auto-save

This commit is contained in:
Ilya Kreymer 2025-10-31 11:22:44 -07:00
parent 1351a02ebc
commit 3c46289c5c

View file

@ -856,6 +856,10 @@ class ArgParser {
logger.info("Saving localStorage and sessionStorage");
}
// temp
if (!argv.saveProfile) {
argv.saveProfile = true;
}
if (argv.saveProfile === true) {
argv.saveProfile = argv.profile;
}