Skip to content

Commit

Permalink
Update image (capsule.portrait -> computermouse)
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Dec 30, 2024
1 parent 38b76cf commit 15c3166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/SettingsWindow/src/View/DevicesView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ struct DevicesView: View {
Image(systemName: "keyboard")
}
if connectedDevice.isPointingDevice {
Image(systemName: "capsule.portrait")
Image(systemName: "computermouse")
}
if connectedDevice.isGamePad {
Image(systemName: "gamecontroller")
Expand Down

0 comments on commit 15c3166

Please sign in to comment.