make dropdown options like a overlay

This commit is contained in:
Pico
2025-11-08 19:06:41 +03:00
parent 5504bd3f09
commit 6b0572975f
3 changed files with 266 additions and 180 deletions
@@ -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;