forked from Shinonome/dots-hyprland
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