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