Skip to content

Commit

Permalink
chore: remove unused/ignored config keys
Browse files Browse the repository at this point in the history
  • Loading branch information
luisbocanegra committed Jan 7, 2025
1 parent fc94f22 commit c153795
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package/contents/ui/code/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ const basePadding = {
},
}

const baseUnfiedBackground = []

const basePanelConfig = {
"enabled": false,
"blurBehind": false,
Expand All @@ -166,7 +164,6 @@ const basePanelConfig = {
"padding": basePadding,
"border": baseBorder,
"shadow": baseShadowConfig,
"unfiedBackground": baseUnfiedBackground
}

const baseWidgetConfig = {
Expand All @@ -179,7 +176,6 @@ const baseWidgetConfig = {
"spacing": 3,
"border": baseBorder,
"shadow": baseShadowConfig,
"unfiedBackground": baseUnfiedBackground
}

const baseTrayConfig = {
Expand All @@ -191,7 +187,6 @@ const baseTrayConfig = {
"margin": baseMargin,
"border": baseBorder,
"shadow": baseShadowConfig,
"unfiedBackground": baseUnfiedBackground
}

const baseOverrideConfig = {
Expand Down Expand Up @@ -262,4 +257,5 @@ const ignoredConfigs = [
"objectName",
"lastPreset",
"presetAutoloading",
"configurationOverrides"
]

0 comments on commit c153795

Please sign in to comment.