mirror of
https://github.com/Tha14/toxic.git
synced 2025-11-17 05:26:40 +01:00
Some UI improvements
- Bottom tab now only shows indices of active chat windows unless focused - Always focus Home screen on startup instead of the last loaded conference - Conference tab names are no longer prefixed with the conference number - Home and Contact tab names are now capitalized
This commit is contained in:
@@ -1378,6 +1378,6 @@ ToxWindow *new_friendlist(void)
|
||||
}
|
||||
|
||||
ret->help = help;
|
||||
strcpy(ret->name, "contacts");
|
||||
strcpy(ret->name, "Contacts");
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user