fix: don't save commands on exit (#6011)

This commit is contained in:
pajlada
2025-03-01 16:26:42 +01:00
committed by GitHub
parent 17a44e19bb
commit f4541b0208
4 changed files with 7 additions and 4 deletions
-1
View File
@@ -598,7 +598,6 @@ eventsub::IController *Application::getEventSub()
void Application::save()
{
this->commands->save();
this->hotkeys->save();
this->windows->save();
}