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