mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 13:32:50 -05:00
feat: configurable app id substitutions (#1317)
* feat: add configurable app ID substitutions setting * feat: add live icon updates when substitutions change * fix: cursor not showing on headerActions in non-collapsible cards * fix: address PR review feedback - add tags for search index - remove hardcoded height from text fields
This commit is contained in:
@@ -3153,33 +3153,6 @@
|
||||
"icon": "lock",
|
||||
"description": "If the field is hidden, it will appear as soon as a key is pressed."
|
||||
},
|
||||
{
|
||||
"section": "lockScreenNotificationMode",
|
||||
"label": "Notification Display",
|
||||
"tabIndex": 11,
|
||||
"category": "Lock Screen",
|
||||
"keywords": [
|
||||
"alert",
|
||||
"control",
|
||||
"display",
|
||||
"information",
|
||||
"lock",
|
||||
"lockscreen",
|
||||
"login",
|
||||
"monitor",
|
||||
"notif",
|
||||
"notification",
|
||||
"notifications",
|
||||
"output",
|
||||
"password",
|
||||
"privacy",
|
||||
"screen",
|
||||
"security",
|
||||
"shown",
|
||||
"what"
|
||||
],
|
||||
"description": "Control what notification information is shown on the lock screen"
|
||||
},
|
||||
{
|
||||
"section": "lockScreenShowPasswordField",
|
||||
"label": "Show Password Field",
|
||||
@@ -3915,6 +3888,35 @@
|
||||
],
|
||||
"description": "Timeout for normal priority notifications"
|
||||
},
|
||||
{
|
||||
"section": "lockScreenNotificationMode",
|
||||
"label": "Notification Display",
|
||||
"tabIndex": 17,
|
||||
"category": "Notifications",
|
||||
"keywords": [
|
||||
"alert",
|
||||
"alerts",
|
||||
"control",
|
||||
"display",
|
||||
"information",
|
||||
"lock",
|
||||
"lockscreen",
|
||||
"login",
|
||||
"messages",
|
||||
"monitor",
|
||||
"notif",
|
||||
"notification",
|
||||
"notifications",
|
||||
"output",
|
||||
"privacy",
|
||||
"screen",
|
||||
"security",
|
||||
"shown",
|
||||
"toast",
|
||||
"what"
|
||||
],
|
||||
"description": "Control what notification information is shown on the lock screen"
|
||||
},
|
||||
{
|
||||
"section": "notificationOverlayEnabled",
|
||||
"label": "Notification Overlay",
|
||||
@@ -4036,6 +4038,29 @@
|
||||
"icon": "tune",
|
||||
"description": "Choose where on-screen displays appear on screen"
|
||||
},
|
||||
{
|
||||
"section": "appIdSubstitutions",
|
||||
"label": "App ID Substitutions",
|
||||
"tabIndex": 19,
|
||||
"category": "Running Apps",
|
||||
"keywords": [
|
||||
"active",
|
||||
"app",
|
||||
"apps",
|
||||
"class",
|
||||
"icon",
|
||||
"pattern",
|
||||
"regex",
|
||||
"replacement",
|
||||
"running",
|
||||
"substitution",
|
||||
"substitutions",
|
||||
"tasks",
|
||||
"window",
|
||||
"windows"
|
||||
],
|
||||
"icon": "find_replace"
|
||||
},
|
||||
{
|
||||
"section": "runningApps",
|
||||
"label": "Running Apps Settings",
|
||||
|
||||
Reference in New Issue
Block a user