drag/drop

This commit is contained in:
2026-05-04 15:41:24 +02:00
parent 57be1f327a
commit 167ef6d8ac
6 changed files with 96 additions and 4 deletions
+2 -1
View File
@@ -4,7 +4,7 @@
"gui.rkt"
"tray.rkt"
simple-ini/class
racket-sound
racket-audio
racket-webview
racket/runtime-path
"utils.rkt"
@@ -55,6 +55,7 @@
(when (or (null? no-exit)
(not (eq? (car no-exit) #t)))
(webview-wait-for-quit)
(send rktplayer-tray close)
(webview-exit)
(exit))
)