mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Refresh automatically based on the setting in the General prefs pane. Fix #60.
This commit is contained in:
@@ -592,7 +592,9 @@ private extension MainWindowController {
|
||||
}
|
||||
|
||||
let widths = splitView.arrangedSubviews.map{ Int(floor($0.frame.width)) }
|
||||
AppDefaults.mainWindowWidths = widths
|
||||
if AppDefaults.mainWindowWidths != widths {
|
||||
AppDefaults.mainWindowWidths = widths
|
||||
}
|
||||
}
|
||||
|
||||
func restoreSplitViewState() {
|
||||
|
||||
Reference in New Issue
Block a user