Default settings to not accept connections

This commit is contained in:
brunoherbelin
2020-11-03 22:31:40 +01:00
parent ec797f8d67
commit ce5369a0ef

View File

@@ -215,6 +215,7 @@ struct Application
smooth_transition = true; smooth_transition = true;
smooth_cursor = false; smooth_cursor = false;
action_history_follow_view = false; action_history_follow_view = false;
accept_connections = false;
current_view = 1; current_view = 1;
windows = std::vector<WindowConfig>(3); windows = std::vector<WindowConfig>(3);
windows[0].name = APP_NAME APP_TITLE; windows[0].name = APP_NAME APP_TITLE;