no message

This commit is contained in:
2024-03-20 19:14:26 +03:00
parent a39b8c3a13
commit 7bfb980d69

View File

@@ -84,6 +84,10 @@ public class ProjectForm implements FormWithSplitters, ProjectWindow {
ShowProjectView(); ShowProjectView();
SwitchScreen(Global.db.settings.get(SettingName.SmallScreen).toBoolean()); SwitchScreen(Global.db.settings.get(SettingName.SmallScreen).toBoolean());
RefreshTabsNames(); RefreshTabsNames();
//--
UI.mainMenuBar.RightECButton.Switch(Global.properties.collapseProjectTrees);
if (Global.properties.collapseProjectTrees)
CollapseProjectTrees();
} }
@Override @Override
public void SaveSplitters() { public void SaveSplitters() {