|
|
|
@ -460,7 +460,7 @@ void UBSettings::init() |
|
|
|
|
useSystemOnScreenKeyboard = new UBSetting(this, "App", "UseSystemOnScreenKeyboard", true); |
|
|
|
|
|
|
|
|
|
showDateColumnOnAlphabeticalSort = new UBSetting(this, "Document", "ShowDateColumnOnAlphabeticalSort", false); |
|
|
|
|
emptyTrashForOlderDocuments = new UBSetting(this, "Document", "emptyTrashForOlderDocuments", true); |
|
|
|
|
emptyTrashForOlderDocuments = new UBSetting(this, "Document", "emptyTrashForOlderDocuments", false); |
|
|
|
|
emptyTrashDaysValue = new UBSetting(this, "Document", "emptyTrashDaysValue", 30); |
|
|
|
|
|
|
|
|
|
cleanNonPersistentSettings(); |
|
|
|
|