mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
settings: make bar screen record util button toggle name shorter
This commit is contained in:
@@ -229,7 +229,7 @@ ContentPage {
|
||||
uniform: true
|
||||
ConfigSwitch {
|
||||
buttonIcon: "videocam"
|
||||
text: Translation.tr("Screen recording")
|
||||
text: Translation.tr("Record")
|
||||
checked: Config.options.bar.utilButtons.showScreenRecord
|
||||
onCheckedChanged: {
|
||||
Config.options.bar.utilButtons.showScreenRecord = checked;
|
||||
|
||||
Reference in New Issue
Block a user