From fd52285074ca6b1eb4a0b3b7990358ab08b837f4 Mon Sep 17 00:00:00 2001 From: erorcun Date: Sun, 15 Aug 2021 03:29:49 +0300 Subject: Fix premature .ini saving leading to missing bindings --- src/core/Frontend.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/core/Frontend.cpp') diff --git a/src/core/Frontend.cpp b/src/core/Frontend.cpp index 4820427f..875bb76b 100644 --- a/src/core/Frontend.cpp +++ b/src/core/Frontend.cpp @@ -3169,9 +3169,6 @@ CMenuManager::LoadSettings() if (LoadINISettings()) { LoadINIControllerSettings(); } - // if no reVC.ini, create it, or update it with new values - SaveINISettings(); - SaveINIControllerSettings(); #endif #ifdef FIX_BUGS -- cgit v1.2.3