Small problem. Windows didn't close at normal exit.
This commit is contained in:
@@ -810,7 +810,7 @@
|
||||
#t)))
|
||||
|
||||
(define (rkt-webview-exit . args)
|
||||
(let ((cl-w (if (null? args) #f (car args)))
|
||||
(let ((cl-w (if (null? args) #t (car args)))
|
||||
(msg (if (null? args) #f
|
||||
(if (null? (cdr args))
|
||||
#f
|
||||
|
||||
Reference in New Issue
Block a user