Add ability to not display the "Connected to ..." message at startup

This commit is contained in:
redoste
2019-10-19 21:50:33 +02:00
parent d6315ddcd7
commit af512a9668
5 changed files with 12 additions and 1 deletions

View File

@@ -140,6 +140,7 @@ struct Configuration
bool header_visibility;
bool header_text_scrolling;
bool statusbar_visibility;
bool connected_message_on_startup;
bool titles_visibility;
bool centered_cursor;
bool screen_switcher_previous;