mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 13:26:16 +00:00
updated the blueprint icon
This commit is contained in:
@@ -35,10 +35,8 @@ enum AppIcon: Codable, CaseIterable, Equatable {
|
||||
|
||||
var image: Image {
|
||||
switch self {
|
||||
case .regular:
|
||||
Image("Icon")
|
||||
case .blueprint:
|
||||
Image(uiImage: UIImage())
|
||||
case .regular, .blueprint:
|
||||
Image("\(self)")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -67,10 +67,11 @@ struct SettingsView: View {
|
||||
.frame(maxWidth: 85)
|
||||
.clipShape(RoundedRectangle(cornerRadius: 16.5))
|
||||
.padding(5)
|
||||
Spacer(minLength: 10)
|
||||
Spacer()
|
||||
Text("\(icon)").tag(icon)
|
||||
.font(.caption)
|
||||
.padding(5)
|
||||
Spacer()
|
||||
}
|
||||
}
|
||||
.frame(maxWidth: 85)
|
||||
|
||||
Reference in New Issue
Block a user