|
|
@ -210,6 +210,7 @@ void UBSettings::init() |
|
|
|
appIsInSoftwareUpdateProcess = new UBSetting(this, "App", "IsInSoftwareUpdateProcess", false); |
|
|
|
appIsInSoftwareUpdateProcess = new UBSetting(this, "App", "IsInSoftwareUpdateProcess", false); |
|
|
|
appLastSessionDocumentUUID = new UBSetting(this, "App", "LastSessionDocumentUUID", ""); |
|
|
|
appLastSessionDocumentUUID = new UBSetting(this, "App", "LastSessionDocumentUUID", ""); |
|
|
|
appLastSessionPageIndex = new UBSetting(this, "App", "LastSessionPageIndex", 0); |
|
|
|
appLastSessionPageIndex = new UBSetting(this, "App", "LastSessionPageIndex", 0); |
|
|
|
|
|
|
|
appUseMultiscreen = new UBSetting(this, "App", "UseMusliscreenMode", true); |
|
|
|
|
|
|
|
|
|
|
|
boardPenFineWidth = new UBSetting(this, "Board", "PenFineWidth", 1.5); |
|
|
|
boardPenFineWidth = new UBSetting(this, "Board", "PenFineWidth", 1.5); |
|
|
|
boardPenMediumWidth = new UBSetting(this, "Board", "PenMediumWidth", 3.0); |
|
|
|
boardPenMediumWidth = new UBSetting(this, "Board", "PenMediumWidth", 3.0); |
|
|
|