mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-16 11:30:22 +00:00
Change "Exit" button to "Quit"
This commit is contained in:
parent
03a2d4df80
commit
6bb85c98ba
@ -18,7 +18,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
||||
if (MTLCopyAllDevices().count == 0) {
|
||||
let alert = NSAlert()
|
||||
alert.messageText = "This application requires a Metal-capable GPU"
|
||||
alert.addButton(withTitle: "Exit")
|
||||
alert.addButton(withTitle: "Quit")
|
||||
alert.runModal()
|
||||
|
||||
let application = notification.object as! NSApplication
|
||||
|
Loading…
x
Reference in New Issue
Block a user