Skip to content

Commit

Permalink
fix: Use the PsiWin drive icon (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmorley authored Jun 24, 2024
1 parent b572b45 commit b2ba0d7
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions Reconnect/Assets.xcassets/Drive16.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "Drive32.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Reconnect/Views/BrowserView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ struct BrowserView: View {
Label {
Text("Internal (C:)")
} icon: {
Image(systemName: "internaldrive")
Image("Drive16")
}
.tag(1)
}
Expand Down
Binary file added graphics/drives/Drive32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b2ba0d7

Please sign in to comment.