mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-24 16:28:07 -04:00
UI: Disable safe mode when --multi is used
This commit is contained in:
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user