1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-04 19:56:45 +02:00

Remove some unnecessary calls to flag_interface_refresh()

This commit is contained in:
jfreegman
2021-11-21 20:16:02 -05:00
parent 3fddc410b3
commit 50a074ed22
3 changed files with 5 additions and 8 deletions

View File

@ -1642,6 +1642,7 @@ int main(int argc, char **argv)
pthread_mutex_lock(&Winthread.lock);
print_init_messages(prompt);
flag_interface_refresh();
pthread_mutex_unlock(&Winthread.lock);
cleanup_init_messages();