|
|
@ -153,7 +153,6 @@ extension Themer { |
|
|
|
func shutdownImage() -> NSImage { |
|
|
|
func shutdownImage() -> NSImage { |
|
|
|
if let symbolImageForShutdown = symbolImage(for: "ellipsis.circle") { |
|
|
|
if let symbolImageForShutdown = symbolImage(for: "ellipsis.circle") { |
|
|
|
return symbolImageForShutdown |
|
|
|
return symbolImageForShutdown |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if #available(macOS 10.14, *) { |
|
|
|
if #available(macOS 10.14, *) { |
|
|
|