Remember the Feed Directory window’s frame between runs.
This commit is contained in:
parent
263fc50c38
commit
ddf57944be
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue