summaryrefslogtreecommitdiff
path: root/config/Config.qml
diff options
context:
space:
mode:
Diffstat (limited to 'config/Config.qml')
-rw-r--r--config/Config.qml27
1 files changed, 0 insertions, 27 deletions
diff --git a/config/Config.qml b/config/Config.qml
index b5e89f9..8988f90 100644
--- a/config/Config.qml
+++ b/config/Config.qml
@@ -148,29 +148,6 @@ Singleton {
function serializeBackground(): var {
return {
enabled: background.enabled,
- desktopClock: {
- enabled: background.desktopClock.enabled,
- scale: background.desktopClock.scale,
- position: background.desktopClock.position,
- invertColors: background.desktopClock.invertColors,
- background: {
- enabled: background.desktopClock.background.enabled,
- opacity: background.desktopClock.background.opacity,
- blur: background.desktopClock.background.blur
- },
- shadow: {
- enabled: background.desktopClock.shadow.enabled,
- opacity: background.desktopClock.shadow.opacity,
- blur: background.desktopClock.shadow.blur
- }
- },
- visualiser: {
- enabled: background.visualiser.enabled,
- autoHide: background.visualiser.autoHide,
- blur: background.visualiser.blur,
- rounding: background.visualiser.rounding,
- spacing: background.visualiser.spacing
- }
};
}
@@ -286,9 +263,6 @@ Singleton {
hiddenApps: launcher.hiddenApps,
useFuzzy: {
apps: launcher.useFuzzy.apps,
- schemes: launcher.useFuzzy.schemes,
- variants: launcher.useFuzzy.variants,
- wallpapers: launcher.useFuzzy.wallpapers
},
sizes: {
itemWidth: launcher.sizes.itemWidth,
@@ -378,7 +352,6 @@ Singleton {
toasts: {
configLoaded: utilities.toasts.configLoaded,
chargingChanged: utilities.toasts.chargingChanged,
- gameModeChanged: utilities.toasts.gameModeChanged,
dndChanged: utilities.toasts.dndChanged,
audioOutputChanged: utilities.toasts.audioOutputChanged,
audioInputChanged: utilities.toasts.audioInputChanged,