Skip to content

Commit

Permalink
deactivate new autosave window
Browse files Browse the repository at this point in the history
  • Loading branch information
chrxh committed Sep 27, 2024
1 parent b12e635 commit a86fcfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/Gui/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -452,9 +452,9 @@ void _MainWindow::processMenubar()
if (ImGui::MenuItem("Log", "ALT+7", _logWindow->isOn())) {
_logWindow->setOn(!_logWindow->isOn());
}
if (ImGui::MenuItem("Auto save", "ALT+8", _autosaveWindow->isOn())) {
_autosaveWindow->setOn(!_autosaveWindow->isOn());
}
//if (ImGui::MenuItem("Auto save", "ALT+8", _autosaveWindow->isOn())) {
// _autosaveWindow->setOn(!_autosaveWindow->isOn());
//}
AlienImGui::EndMenuButton();
}

Expand Down

0 comments on commit a86fcfe

Please sign in to comment.