fix: Workspaces not always loading layout correctly

This commit is contained in:
WerWolv
2023-12-12 00:16:21 +01:00
parent 690b0df932
commit 1b457dae7d
6 changed files with 32 additions and 33 deletions

View File

@@ -66,8 +66,6 @@ namespace hex {
bool m_frameRateTemporarilyUnlocked = false;
double m_frameRateUnlockTime = 0;
bool m_anyViewsOpen = false;
ImGuiExt::ImHexCustomData m_imguiCustomData;
};