Save the general state of the docks (position, size, corner, etc)

This commit is contained in:
AdenKoperczak 2024-09-12 11:31:53 -04:00
parent 3789845a36
commit bc62236351
4 changed files with 33 additions and 3 deletions

View file

@ -34,6 +34,7 @@ public:
SettingsVariable<bool>& timeline_expanded() const;
SettingsVariable<bool>& alert_dock_visible() const;
SettingsVariable<bool>& radar_toolbox_dock_visible() const;
SettingsVariable<std::string>& main_ui_state() const;
bool Shutdown();