mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
feat(bar): add context menu for CustomButton right-click
- Show context menu instead of directly opening settings when no command is set - Context menu includes widget-settings option - Matches behavior of other bar widgets
This commit is contained in:
@@ -126,7 +126,7 @@ Singleton {
|
||||
"customIconPath": "",
|
||||
"colorizeDistroLogo": false,
|
||||
"colorizeSystemIcon": "none",
|
||||
"colorizeSystemText": "none",
|
||||
"colorizeSystemText": "none",
|
||||
"enableColorization": false
|
||||
},
|
||||
"CustomButton": {
|
||||
@@ -190,7 +190,7 @@ Singleton {
|
||||
"icon": "rocket",
|
||||
"customIconPath": "",
|
||||
"colorizeSystemIcon": "none",
|
||||
"colorizeSystemText": "none",
|
||||
"colorizeSystemText": "none",
|
||||
"enableColorization": false,
|
||||
"iconColor": "none"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user