mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-27 18:11:15 +00:00
GUI: don't save layout periodically
This commit is contained in:
parent
7de165fd88
commit
773b63b810
1 changed files with 1 additions and 1 deletions
|
@ -2382,7 +2382,7 @@ void FurnaceGUI::toggleMobileUI(bool enable, bool force) {
|
|||
if (mobileUI) {
|
||||
ImGui::GetIO().IniFilename=NULL;
|
||||
} else {
|
||||
ImGui::GetIO().IniFilename=finalLayoutPath;
|
||||
ImGui::GetIO().IniFilename=NULL;
|
||||
ImGui::LoadIniSettingsFromDisk(finalLayoutPath);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue