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
|
uniform: true
|
||||||
ConfigSwitch {
|
ConfigSwitch {
|
||||||
buttonIcon: "videocam"
|
buttonIcon: "videocam"
|
||||||
text: Translation.tr("Screen recording")
|
text: Translation.tr("Record")
|
||||||
checked: Config.options.bar.utilButtons.showScreenRecord
|
checked: Config.options.bar.utilButtons.showScreenRecord
|
||||||
onCheckedChanged: {
|
onCheckedChanged: {
|
||||||
Config.options.bar.utilButtons.showScreenRecord = checked;
|
Config.options.bar.utilButtons.showScreenRecord = checked;
|
||||||
|
|||||||
Reference in New Issue
Block a user