Start work on saving main window state.
This commit is contained in:
parent
9adf047525
commit
e773df33e3
Evergreen
@ -499,9 +499,8 @@ private extension AppDelegate {
|
|||||||
|
|
||||||
func saveState() {
|
func saveState() {
|
||||||
|
|
||||||
if let inspectorWindowController = inspectorWindowController {
|
inspectorWindowController?.saveState()
|
||||||
inspectorWindowController.saveState()
|
mainWindowController?.saveState()
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func updateSortMenuItems() {
|
func updateSortMenuItems() {
|
||||||
|
@ -75,6 +75,13 @@ class MainWindowController : NSWindowController, NSUserInterfaceValidations {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func saveState() {
|
||||||
|
|
||||||
|
// TODO: save width of split view and anything else that should be saved.
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
// MARK: Sidebar
|
// MARK: Sidebar
|
||||||
|
|
||||||
func selectedObjectsInSidebar() -> [AnyObject]? {
|
func selectedObjectsInSidebar() -> [AnyObject]? {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user