Action manager follows View of restored action (user settings)

This commit is contained in:
brunoherbelin
2020-10-11 16:02:41 +02:00
parent 34b508a8dd
commit 1390eff646
4 changed files with 18 additions and 1 deletions

View File

@@ -171,6 +171,7 @@ struct Application
bool pannel_stick;
bool smooth_transition;
bool smooth_cursor;
bool action_history_follow_view;
// Settings of widgets
WidgetsConfig widget;
@@ -205,6 +206,7 @@ struct Application
pannel_stick = false;
smooth_transition = true;
smooth_cursor = false;
action_history_follow_view = false;
current_view = 1;
windows = std::vector<WindowConfig>(3);
windows[0].name = APP_NAME APP_TITLE;