forked from Shinonome/dots-hyprland
switch selection array to language dropdown
This commit is contained in:
@@ -137,7 +137,7 @@ ContentPage {
|
|||||||
title: Translation.tr("Interface Language")
|
title: Translation.tr("Interface Language")
|
||||||
tooltip: Translation.tr("Select the language for the user interface.\n\"Auto\" will use your system's locale.")
|
tooltip: Translation.tr("Select the language for the user interface.\n\"Auto\" will use your system's locale.")
|
||||||
|
|
||||||
ConfigSelectionArray {
|
LanguageDropdownButton {
|
||||||
id: languageSelector
|
id: languageSelector
|
||||||
currentValue: Config.options.language.ui
|
currentValue: Config.options.language.ui
|
||||||
onSelected: newValue => {
|
onSelected: newValue => {
|
||||||
|
|||||||
Reference in New Issue
Block a user