1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-25 01:05:10 +03:00

Fixes #3040: Application Setting 'Enable automatic backup before writing firmware' was not saved (ported from master)

This commit is contained in:
Damjan Adamic 2015-12-26 20:58:08 +01:00
parent 400a6c2034
commit 86c5c31293

View file

@ -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 );