switch selection array to language dropdown

This commit is contained in:
Pico
2025-11-08 04:25:59 +03:00
parent fb1b5db279
commit 5504bd3f09
@@ -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 => {