UI: Disable safe mode when --multi is used

This commit is contained in:
derrod
2023-11-16 22:10:49 +01:00
committed by Ryan Foster
parent 845a4a6f64
commit ba25bc65c9

View File

@@ -3320,6 +3320,7 @@ int main(int argc, char *argv[])
for (int i = 1; i < argc; i++) {
if (arg_is(argv[i], "--multi", "-m")) {
multi = true;
disable_shutdown_check = true;
#if ALLOW_PORTABLE_MODE
} else if (arg_is(argv[i], "--portable", "-p")) {