mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 18:59:59 +01:00
Default settings to not accept connections
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user