diff --git a/companion/src/appdata.cpp b/companion/src/appdata.cpp index 86b7db3e9..a464bf459 100644 --- a/companion/src/appdata.cpp +++ b/companion/src/appdata.cpp @@ -757,7 +757,7 @@ AppData::AppData() getset( _updatesDir, "lastUpdatesDir" ,"" ); getset( _outputDisplayDetails, "outputDisplayDetails" ,false ); - getset( _enableBackup, "backupEnable" ,false ); + getset( _enableBackup, "enableBackup" ,false ); getset( _backupOnFlash, "backupOnFlash" ,true ); getset( _checkHardwareCompatibility, "checkHardwareCompatibility" ,true );