diff --git a/gui.rkt b/gui.rkt index c55a507..4fd3614 100644 --- a/gui.rkt +++ b/gui.rkt @@ -542,8 +542,8 @@ (send player quit) (set! closed #t) (send this close) - (quit-callback) (webview-exit) + (quit-callback) (exit) )