Replaced "Target Applications" with "Included Apps" and "Excluded Apps"

This commit is contained in:
nutty
2026-07-23 15:58:11 +10:00
parent 1c3ddbd907
commit df2c740623
3 changed files with 71 additions and 16 deletions
+13 -4
View File
@@ -95,11 +95,20 @@
"group": "Appearance"
},
{
"id": "targetApplication",
"label": "Target Application",
"description": "Specific app to track. Leave empty to automatically follow the active player.<br><a href='http://{smtcBridgeAddress}:{smtcBridgePort}/sessions' target='_blank' style='color: #4da6ff; text-decoration: underline;'>View active sources</a>",
"id": "includedApplications",
"label": "Included Apps",
"description": "List of apps to display, in order of priority.<br>Leave empty to track currently focused app.<br><a href='http://{smtcBridgeAddress}:{smtcBridgePort}/sessions' target='_blank' style='color: #4da6ff; text-decoration: underline;'>View active sources</a>",
"type": "text",
"placeholder": "e.g., Spotify.exe",
"placeholder": "Spotify.exe, vlc.exe",
"defaultValue": "",
"group": "General"
},
{
"id": "excludedApplications",
"label": "Excluded Apps",
"description": "Apps listed here will not be displayed.<br><a href='http://{smtcBridgeAddress}:{smtcBridgePort}/sessions' target='_blank' style='color: #4da6ff; text-decoration: underline;'>View active sources</a>",
"type": "text",
"placeholder": "Chrome, vlc.exe",
"defaultValue": "",
"group": "General"
},