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:
parent
400a6c2034
commit
86c5c31293
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue