-
This commit is contained in:
@@ -2,13 +2,21 @@
|
||||
|
||||
(require "gui.rkt"
|
||||
simple-ini/class
|
||||
web-racket
|
||||
racket-sound
|
||||
)
|
||||
|
||||
|
||||
(ww-set-custom-webui-wire-command! "/home/hans/src/racket/webui-wire/build/Release/webui-wire")
|
||||
(ww-set-debug #t)
|
||||
;(ww-tail-log)
|
||||
|
||||
(define (run)
|
||||
(let* ((ini (new ini% [file 'rktplayer]))
|
||||
(settings (new ww-simple-ini% [ini ini] [section 'player]))
|
||||
(window (new rktplayer% [settings settings]))
|
||||
(window (new rktplayer% [settings settings] [use-browser #t]))
|
||||
)
|
||||
window)
|
||||
)
|
||||
|
||||
;(run)
|
||||
Reference in New Issue
Block a user