Коммит bb6637b2 создал по автору sgakerru's avatar sgakerru
Просмотр файлов

sddm-theme: приоритет фокуса на поле логина для Wi-Fi

владелец 36be23a3
......@@ -366,7 +366,8 @@ FocusScope {
onActivated: (index) => {
userSelectedConnection = root.getDataByRole(PlasmaNM.NetworkModel.ItemUniqueNameRole, index);
wifiPasswordInput.forceActiveFocus();
const primaryInput = eapLoginInput.visible ? eapLoginInput : wifiPasswordInput;
primaryInput.forceActiveFocus();
}
}
......@@ -375,6 +376,7 @@ FocusScope {
Layout.fillWidth: true
visible: root.selectedConnectionIsAllowedEap
focus: true
font.pointSize: fontSize + 1
placeholderText: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Username")
......@@ -390,7 +392,7 @@ FocusScope {
&& (!root.selectedConnectionIsEnterprise
|| root.selectedConnectionIsAllowedEap)
&& !root.waitingConnectionFinish
focus: true
focus: !eapLoginInput.visible
font.pointSize: root.fontSize + 1
placeholderText: i18nd("plasma_lookandfeel_org.kde.lookandfeel", "Password")
......
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать