mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 21:36:17 +00:00
add liquid glass icon
This commit is contained in:
@@ -58,7 +58,7 @@ class HostsManager: ObservableObject, @unchecked Sendable {
|
||||
func setAppIcon() {
|
||||
Task { @MainActor in
|
||||
guard UIApplication.shared.supportsAlternateIcons else { return }
|
||||
guard settings.appIcon.name != "regular" else {
|
||||
guard settings.appIcon.name != "ShhShell" else {
|
||||
UIApplication.shared.setAlternateIconName(nil)
|
||||
return
|
||||
}
|
||||
|
||||
@@ -84,7 +84,7 @@ enum AppIcon: Codable, CaseIterable, Equatable, CustomStringConvertible {
|
||||
var name: String {
|
||||
switch self {
|
||||
case .regular:
|
||||
return "regular"
|
||||
return "ShhShell"
|
||||
case .beta:
|
||||
return "beta"
|
||||
case .betaBlueprint:
|
||||
|
||||
Reference in New Issue
Block a user