macOS: Log view: Dismiss on Esc

Signed-off-by: Roopesh Chander <roop@roopc.net>
This commit is contained in:
Roopesh Chander 2019-05-12 13:12:43 +05:30
parent 5914e868ab
commit 6e3b28852a
1 changed files with 6 additions and 0 deletions

View File

@ -261,3 +261,9 @@ extension LogViewController: NSTableViewDelegate {
}
}
}
extension LogViewController {
override func cancelOperation(_ sender: Any?) {
closeClicked()
}
}