mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
add console to menu
This commit is contained in:
parent
caf52fe44d
commit
583733e564
2 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
(let ((app (connection-data-item obj "builder-app-data")))
|
||||
(if (console-win app)
|
||||
(window-focus (console-win app))
|
||||
(let* ((win (on-open-file obj :title "Console")))
|
||||
(let* ((win (on-open-file obj :title "CLOG Builder Console")))
|
||||
(set-on-window-close win (lambda (obj)
|
||||
(setf (console-win app) nil)))
|
||||
(setf (console-win app) win)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue