mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
refactor(settings): organize CustomButton settings into tabbed layout
Reorganize the CustomButton settings panel from a single scrollable form into a tabbed interface with three tabs: Actions, Icon, and Text.
This commit is contained in:
@@ -163,7 +163,10 @@
|
||||
"wheel-up": "Scroll up",
|
||||
"wheel-up-description": "Command to execute when the scroll wheel is scrolled up.",
|
||||
"wheel-up-label": "Wheel up command",
|
||||
"wheel-update-text": "Update displayed text on scroll"
|
||||
"wheel-update-text": "Update displayed text on scroll",
|
||||
"tab-actions": "Actions",
|
||||
"tab-icon": "Icon",
|
||||
"tab-text": "Text Command"
|
||||
},
|
||||
"keyboard-layout": {
|
||||
"show-icon-description": "Display the keyboard layout icon."
|
||||
|
||||
Reference in New Issue
Block a user