Skip to content

Commit 69827e7

Browse files
committed
feat: don't store text and icons in presets
IMO they are more like a one time config and should be independant from presets
1 parent e9cc6c5 commit 69827e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package/contents/ui/code/globals.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -263,5 +263,6 @@ const ignoredConfigs = [
263263
"switchPresetsIndex",
264264
"enableDBusService",
265265
"dBusPollingRate",
266-
"pythonExecutable"
266+
"pythonExecutable",
267+
"forceForegroundColor"
267268
]

0 commit comments

Comments
 (0)