Skip to content

Commit

Permalink
fix: Use the PsiWin disconnected icon (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmorley authored Jul 6, 2024
1 parent a9f5db7 commit 74c9faa
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions Reconnect/Assets.xcassets/Disconnected.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"images" : [
{
"filename" : "disconnected32.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "[email protected]",
"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.
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 @@ -36,7 +36,7 @@ struct BrowserView: View {
if applicationModel.isConnected {
BrowserDetailView(model: model)
} else {
ContentUnavailableView("Not Connected", systemImage: "star")
ContentUnavailableView("Disconnected", image: "Disconnected")
}
}
.toolbar(id: "main") {
Expand Down
Binary file added graphics/disconnected/disconnected32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added graphics/disconnected/[email protected]
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 74c9faa

Please sign in to comment.