feat(launcher): Add toggle for clip plugin preview

This commit is contained in:
loner
2025-11-19 16:07:07 +08:00
parent 529869f796
commit ed373df99d
5 changed files with 14 additions and 1 deletions
+1
View File
@@ -295,6 +295,7 @@ Singleton {
// applauncher
property JsonObject appLauncher: JsonObject {
property bool enableClipboardHistory: false
property bool enableClipPreview: true
// Position: center, top_left, top_right, bottom_left, bottom_right, bottom_center, top_center
property string position: "center"
property list<string> pinnedExecs: []