Added a "Show While Paused" option

This commit is contained in:
nutty
2026-08-27 11:52:57 +10:00
parent 26bc7bc2c3
commit e355275cc2
2 changed files with 22 additions and 13 deletions
+16 -8
View File
@@ -150,6 +150,22 @@
"showIf": "useCustomColors",
"group": "Appearance"
},
{
"id": "autoHide",
"label": "Auto-Hide on Track Change",
"description": "If enabled, the widget will show for a set duration whenever a new track starts.",
"type": "checkbox",
"defaultValue": false,
"group": "General"
},
{
"id": "showWhilePaused",
"label": "Show While Paused",
"description": "If enabled, the widget will be visible even when the track is paused.",
"type": "checkbox",
"defaultValue": false,
"group": "General"
},
{
"id": "includedApplications",
"label": "Included Apps",
@@ -208,14 +224,6 @@
"defaultValue": true,
"group": "General"
},
{
"id": "autoHide",
"label": "Auto-Hide on Track Change",
"description": "If enabled, the widget will show for a set duration whenever a new track starts.",
"type": "checkbox",
"defaultValue": false,
"group": "General"
},
{
"id": "displayDuration",
"label": "Display Duration (seconds)",