fix: Fixed account switch not being saved if no other settings were changed (#5558)
This commit is contained in:
+1
-1
@@ -117,7 +117,7 @@ int main(int argc, char **argv)
|
||||
IvrApi::initialize();
|
||||
Helix::initialize();
|
||||
|
||||
Settings settings(paths->settingsDirectory);
|
||||
Settings settings(args, paths->settingsDirectory);
|
||||
|
||||
runGui(a, *paths, settings, args, updates);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user