diff --git a/Settings.h b/Settings.h index 1ada457..2604188 100644 --- a/Settings.h +++ b/Settings.h @@ -215,6 +215,7 @@ struct Application smooth_transition = true; smooth_cursor = false; action_history_follow_view = false; + accept_connections = false; current_view = 1; windows = std::vector(3); windows[0].name = APP_NAME APP_TITLE;