mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-07 04:11:50 +03:00
Optimized and fixed some bugs
This commit is contained in:
@@ -329,6 +329,11 @@ void AppConfig::set_defaults()
|
||||
set_bool("backup_switch", true);
|
||||
}
|
||||
|
||||
//1.9.7.52
|
||||
if (get("liveview", "auto_stop_liveview").empty()) {
|
||||
set("liveview", "auto_stop_liveview", true);
|
||||
}
|
||||
|
||||
if (get("backup_interval").empty()) {
|
||||
set("backup_interval", "10");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user