Skip to content

Commit

Permalink
fix: Remove unnecessary button text
Browse files Browse the repository at this point in the history
  • Loading branch information
glaumar committed Jul 17, 2024
1 parent efc4b7c commit 54d1e33
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion content/Tabs/Games/GameDelegate.qml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ Kirigami.Card {
Button {
id: magnet_button

text: "Magnet"
icon.name: "kt-magnet"
onClicked: {
textEdit.text = app.vrp.getMagnetURI(releaseName);
Expand Down
3 changes: 0 additions & 3 deletions content/Tabs/Games/Games.qml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ ColumnLayout {

flat: true
Layout.fillHeight: true
text: "Order"
icon.name: "view-sort-ascending"
onClicked: {
if (sortOrder === Qt.AscendingOrder) {
Expand Down Expand Up @@ -79,7 +78,6 @@ ColumnLayout {
height: parent.height
anchors.right: parent.right
flat: true
text: "Search"
icon.name: "search"
}

Expand Down Expand Up @@ -118,7 +116,6 @@ ColumnLayout {

flat: true
Layout.fillHeight: true
text: "Settings"
icon.name: "settings-configure"
onClicked: settings_sheet.open()
}
Expand Down

0 comments on commit 54d1e33

Please sign in to comment.