diff --git a/content/Tabs/Devices/ApplicationDelegate.qml b/content/Tabs/Devices/ApplicationDelegate.qml index d63c509..a4ed06e 100644 --- a/content/Tabs/Devices/ApplicationDelegate.qml +++ b/content/Tabs/Devices/ApplicationDelegate.qml @@ -36,6 +36,8 @@ Kirigami.Card { footer: Button { id: action_button + + hoverEnabled: true icon.name: "uninstall" text: qsTr("Uninstall For All Users") onClicked: { diff --git a/content/Tabs/Devices/Device.qml b/content/Tabs/Devices/Device.qml index b8654ea..f4847ba 100644 --- a/content/Tabs/Devices/Device.qml +++ b/content/Tabs/Devices/Device.qml @@ -183,6 +183,8 @@ RowLayout { Button { text: qsTr("Connect") + + hoverEnabled: true enabled: wireless_adress.text !== "" onClicked: { app.deviceManager.connectToWirelessDeviceQml(wireless_adress.text).then((connected) => { @@ -202,6 +204,7 @@ RowLayout { id: wireless_mode_button text: qsTr("Enable Wireless Mode") + hoverEnabled: true width: parent.width ToolTip.visible: hovered ToolTip.text: qsTr("adb tcpip 5555") diff --git a/content/Tabs/Downloads/DownloadDelegate.qml b/content/Tabs/Downloads/DownloadDelegate.qml index 994cddc..380c4db 100644 --- a/content/Tabs/Downloads/DownloadDelegate.qml +++ b/content/Tabs/Downloads/DownloadDelegate.qml @@ -122,6 +122,7 @@ Kirigami.Card { Button { id: delete_button + hoverEnabled: true anchors.right: parent.right anchors.bottom: parent.bottom anchors.margins: 10 diff --git a/content/Tabs/Downloads/LocalDelegate.qml b/content/Tabs/Downloads/LocalDelegate.qml index 068d8d0..ec4f6e9 100644 --- a/content/Tabs/Downloads/LocalDelegate.qml +++ b/content/Tabs/Downloads/LocalDelegate.qml @@ -116,6 +116,7 @@ Kirigami.Card { Button { id: install_button + hoverEnabled: true anchors.left: thumbnail.right anchors.bottom: parent.bottom anchors.margins: 10 @@ -127,6 +128,7 @@ Kirigami.Card { Button { id: delete_button + hoverEnabled: true anchors.right: parent.right anchors.bottom: parent.bottom anchors.margins: 10 diff --git a/content/Tabs/Games/GameDelegate.qml b/content/Tabs/Games/GameDelegate.qml index 6c550d5..199edb0 100644 --- a/content/Tabs/Games/GameDelegate.qml +++ b/content/Tabs/Games/GameDelegate.qml @@ -161,6 +161,7 @@ Kirigami.Card { id: magnet_button icon.name: "kt-magnet" + hoverEnabled: true onClicked: { textEdit.text = app.vrp.getMagnetURI(releaseName); textEdit.selectAll(); @@ -181,6 +182,7 @@ Kirigami.Card { Button { id: action_button + hoverEnabled: true Layout.fillWidth: true text: qsTr("Download") onClicked: { diff --git a/content/Tabs/Users/UsersInstalledDelegate.qml b/content/Tabs/Users/UsersInstalledDelegate.qml index 8549a45..49d9309 100644 --- a/content/Tabs/Users/UsersInstalledDelegate.qml +++ b/content/Tabs/Users/UsersInstalledDelegate.qml @@ -19,6 +19,8 @@ Kirigami.Card { footer: Button { id: action_button + + hoverEnabled: true icon.name: "delete" text: qsTr("Remove from user") onClicked: { diff --git a/content/Tabs/Users/UsersToAddDelegate.qml b/content/Tabs/Users/UsersToAddDelegate.qml index 937aace..7b2f3b2 100644 --- a/content/Tabs/Users/UsersToAddDelegate.qml +++ b/content/Tabs/Users/UsersToAddDelegate.qml @@ -20,6 +20,8 @@ Kirigami.Card { footer: Button { id: action_button + + hoverEnabled: true icon.name: "install" text: qsTr("Add to User") onClicked: {