mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-02 09:16:44 +02: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:
@ -623,7 +623,7 @@ ToxWindow *new_prompt(void)
|
||||
ret->onConnectionChange = &prompt_onConnectionChange;
|
||||
ret->onFriendRequest = &prompt_onFriendRequest;
|
||||
|
||||
strcpy(ret->name, "home");
|
||||
strcpy(ret->name, "Home");
|
||||
|
||||
ChatContext *chatwin = calloc(1, sizeof(ChatContext));
|
||||
StatusBar *stb = calloc(1, sizeof(StatusBar));
|
||||
|
Reference in New Issue
Block a user