From 5708d85a38ddd1fd4752d2a8944bd727c5f99fc4 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Sun, 6 Mar 2022 22:45:19 +0100 Subject: [PATCH] Tab targets on action buttons are irrelevant, remove them, we're not using action buttons --- Main.qml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Main.qml b/Main.qml index c72ded5..13722e1 100644 --- a/Main.qml +++ b/Main.qml @@ -732,9 +732,6 @@ Rectangle { font: textFont.name onClicked: sddm.login(username_input_box.text, password_input_box.text, session.index) - - KeyNavigation.backtab: password_input_box - KeyNavigation.tab: reboot_button } Text {