mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-10 09:19:27 -05:00
make dropdown options like a overlay
This commit is contained in:
@@ -137,8 +137,9 @@ ContentPage {
|
||||
title: Translation.tr("Interface Language")
|
||||
tooltip: Translation.tr("Select the language for the user interface.\n\"Auto\" will use your system's locale.")
|
||||
|
||||
LanguageDropdownButton {
|
||||
DropdownButton {
|
||||
id: languageSelector
|
||||
buttonIcon: "language"
|
||||
currentValue: Config.options.language.ui
|
||||
onSelected: newValue => {
|
||||
Config.options.language.ui = newValue;
|
||||
|
||||
Reference in New Issue
Block a user