diff options
-rw-r--r-- | src/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.cpp b/src/client.cpp index bfba36e7c..bba942e7d 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -2466,6 +2466,7 @@ void Client::storeSafeParameters() const return; } + config.setValue("safemode", false); if (!tmpOpengl) { config.setValue("hwaccel", tmpHwaccel); @@ -2473,7 +2474,6 @@ void Client::storeSafeParameters() const config.setValue("fpslimit", tmpFpslimit); config.setValue("altfpslimit", tmpAltFpslimit); config.setValue("sound", tmpSound); - config.setValue("safemode", false); config.setValue("screenwidth", width); config.setValue("screenheight", height); config.setValue("font", font); |