mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Added 'Show While Paused' option to all themes
This commit is contained in:
@@ -150,6 +150,14 @@
|
||||
"showIf": "useCustomColors",
|
||||
"group": "Appearance"
|
||||
},
|
||||
{
|
||||
"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": "autoHide",
|
||||
"label": "Auto-Hide on Track Change",
|
||||
@@ -159,11 +167,14 @@
|
||||
"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,
|
||||
"id": "displayDuration",
|
||||
"label": "Display Duration (seconds)",
|
||||
"description": "How long the widget should remain visible.",
|
||||
"type": "number",
|
||||
"min": 1,
|
||||
"max": 60,
|
||||
"defaultValue": 5,
|
||||
"showIf": "autoHide",
|
||||
"group": "General"
|
||||
},
|
||||
{
|
||||
@@ -224,17 +235,6 @@
|
||||
"defaultValue": true,
|
||||
"group": "General"
|
||||
},
|
||||
{
|
||||
"id": "displayDuration",
|
||||
"label": "Display Duration (seconds)",
|
||||
"description": "How long the widget should remain visible.",
|
||||
"type": "number",
|
||||
"min": 1,
|
||||
"max": 60,
|
||||
"defaultValue": 5,
|
||||
"showIf": "autoHide",
|
||||
"group": "General"
|
||||
},
|
||||
{
|
||||
"id": "showAnimation",
|
||||
"label": "Show Animation",
|
||||
|
||||
Reference in New Issue
Block a user