mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-15 14:27:29 +00:00
Dismisses ROM requester upon that cancel too.
This commit is contained in:
@@ -395,6 +395,7 @@ class MachineDocument:
|
||||
}
|
||||
|
||||
@IBAction func cancelRequestROMs(_ sender: NSButton?) {
|
||||
self.windowControllers[0].window?.endSheet(self.romRequesterPanel!)
|
||||
close()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user