Skip to content

Commit

Permalink
kdeconnect-app: Add placeholder icon to device list
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlSchwan committed Oct 6, 2024
1 parent 986c58f commit 239e53a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/qml/FindDevicesPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Kirigami.ScrollablePage
}
Kirigami.PlaceholderMessage {
text: i18nd("kdeconnect-app", "No devices found")
icon.name: 'edit-none-symbolic'
anchors.centerIn: parent
visible: devices.count === 0
}
Expand Down

0 comments on commit 239e53a

Please sign in to comment.