mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
💄 Minor clean up
This commit is contained in:
@@ -42,7 +42,7 @@ class AboutWindowController: NSWindowController {
|
||||
private func updateUI() {
|
||||
|
||||
// App Icon
|
||||
appIconImageView.image = NSImage(named: "AppIcon")
|
||||
appIconImageView.image = NSApp.applicationIconImage
|
||||
|
||||
// Version
|
||||
let version = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? "Unknown"
|
||||
|
||||
Reference in New Issue
Block a user