added audio and apps page in settings
This commit is contained in:
@@ -245,6 +245,8 @@ Singleton {
|
||||
return {
|
||||
maxAppsShown: launcher.maxAppsShown,
|
||||
maxWallpapers: launcher.maxWallpapers,
|
||||
hiddenApps: launcher.hiddenApps,
|
||||
favoriteApps: launcher.favoriteApps,
|
||||
uwsm: launcher.uwsm,
|
||||
actionPrefix: launcher.actionPrefix,
|
||||
specialPrefix: launcher.specialPrefix,
|
||||
|
||||
@@ -84,6 +84,8 @@ JsonObject {
|
||||
dangerous: false
|
||||
},
|
||||
]
|
||||
property list<string> favoriteApps: []
|
||||
property list<string> hiddenApps: []
|
||||
property int maxAppsShown: 10
|
||||
property int maxWallpapers: 7
|
||||
property Sizes sizes: Sizes {
|
||||
|
||||
Reference in New Issue
Block a user