From 8905bc1c27236ceb9a1f300e93d9dbbc67b4a82d Mon Sep 17 00:00:00 2001 From: Vercixx <112702555+Vercixx@users.noreply.github.com> Date: Sat, 26 Jul 2025 16:58:43 +0300 Subject: [PATCH] Make Performance toggle translatable --- .config/quickshell/ii/modules/settings/InterfaceConfig.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/ii/modules/settings/InterfaceConfig.qml b/.config/quickshell/ii/modules/settings/InterfaceConfig.qml index b6ed0811..82bbf701 100644 --- a/.config/quickshell/ii/modules/settings/InterfaceConfig.qml +++ b/.config/quickshell/ii/modules/settings/InterfaceConfig.qml @@ -164,7 +164,7 @@ ContentPage { } } ConfigSwitch { - text: "Performance Profile toggle" + text: Translation.tr("Performance Profile toggle") checked: Config.options.bar.utilButtons.showPerformanceProfileToggle onCheckedChanged: { Config.options.bar.utilButtons.showPerformanceProfileToggle = checked;