|
|
|
@ -225,7 +225,6 @@ void UBSettings::init() |
|
|
|
|
appToolBarPositionedAtTop = new UBSetting(this, "App", "ToolBarPositionedAtTop", true); |
|
|
|
|
appToolBarDisplayText = new UBSetting(this, "App", "ToolBarDisplayText", true); |
|
|
|
|
appEnableAutomaticSoftwareUpdates = new UBSetting(this, "App", "EnableAutomaticSoftwareUpdates", false); |
|
|
|
|
appEnableSoftwareUpdates = new UBSetting(this, "App", "EnableSoftwareUpdates", true); |
|
|
|
|
appSoftwareUpdateURL = new UBSetting(this, "App", "SoftwareUpdateURL", "http://www.openboard.ch/update.json"); |
|
|
|
|
appToolBarOrientationVertical = new UBSetting(this, "App", "ToolBarOrientationVertical", false); |
|
|
|
|
appPreferredLanguage = new UBSetting(this,"App","PreferredLanguage", ""); |
|
|
|
|