From ce5369a0ef88ebebc2540971edab60ac9ab98009 Mon Sep 17 00:00:00 2001 From: brunoherbelin Date: Tue, 3 Nov 2020 22:31:40 +0100 Subject: [PATCH] Default settings to not accept connections --- Settings.h | 1 + 1 file changed, 1 insertion(+) 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;