Add: Root session installer option

This commit is contained in:
machiav3lli
2022-05-07 03:09:12 +02:00
parent a0bf22ab70
commit 465b537d4f
6 changed files with 66 additions and 5 deletions

View File

@ -33,6 +33,7 @@ object Preferences {
Key.ProxyPort,
Key.ProxyType,
Key.RootPermission,
Key.RootSessionInstaller,
Key.SortOrder,
Key.Theme,
Key.DefaultTab,
@ -158,6 +159,7 @@ object Preferences {
)
object RootPermission : Key<Boolean>("root_permission", Value.BooleanValue(false))
object RootSessionInstaller : Key<Boolean>("root_session_installer", Value.BooleanValue(false))
object SortOrder : Key<Preferences.SortOrder>(
"sort_order",