|
@@ -29,6 +29,7 @@ class KMSavePanelAccessoryController: NSViewController {
|
|
|
openAutomaticButton.title = NSLocalizedString("Open the document after saving", comment: "")
|
|
|
let autoOpen = KMDataManager.ud_bool(forKey: KMAutoOpenDocumentKey)
|
|
|
openAutomaticButton.state = autoOpen ? .on : .off
|
|
|
+ _needOpen = autoOpen
|
|
|
}
|
|
|
|
|
|
@IBAction func buttonClickedOpenAutomatic(_ sender: NSButton) {
|