settings: make bar screen record util button toggle name shorter

This commit is contained in:
end-4
2025-10-19 20:53:23 +02:00
committed by GitHub
parent 7b1fa1246f
commit 8798b4e826
@@ -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;