mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remember the Feed Directory window’s frame between runs.
This commit is contained in:
@@ -12,7 +12,10 @@ class FeedListWindowController : NSWindowController {
|
||||
|
||||
override func windowDidLoad() {
|
||||
|
||||
window!.appearance = NSAppearance(named: .vibrantDark)
|
||||
// window!.appearance = NSAppearance(named: .vibrantDark)
|
||||
|
||||
let windowAutosaveName = NSWindow.FrameAutosaveName(rawValue: "FeedDirectoryWindow")
|
||||
window?.setFrameUsingName(windowAutosaveName, force: true)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user