From 5504bd3f095198aaf8e7f5726f4d1e2c99989667 Mon Sep 17 00:00:00 2001 From: Pico Date: Sat, 8 Nov 2025 04:25:59 +0300 Subject: [PATCH] switch selection array to language dropdown --- dots/.config/quickshell/ii/modules/settings/GeneralConfig.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.config/quickshell/ii/modules/settings/GeneralConfig.qml b/dots/.config/quickshell/ii/modules/settings/GeneralConfig.qml index c2ea1f930..b4ea73a5a 100644 --- a/dots/.config/quickshell/ii/modules/settings/GeneralConfig.qml +++ b/dots/.config/quickshell/ii/modules/settings/GeneralConfig.qml @@ -137,7 +137,7 @@ ContentPage { title: Translation.tr("Interface Language") tooltip: Translation.tr("Select the language for the user interface.\n\"Auto\" will use your system's locale.") - ConfigSelectionArray { + LanguageDropdownButton { id: languageSelector currentValue: Config.options.language.ui onSelected: newValue => {