Preferences for popups, edit in emacs, shutdown in app mode fix

This commit is contained in:
David Botton 2024-03-21 10:59:38 -04:00
parent 73ab5d9362
commit a57cdff3d6
5 changed files with 45 additions and 27 deletions

View file

@ -485,8 +485,8 @@ not a temporarily attached one when using select-control."
(format nil "/panel-editor?open-panel=~A"
open-file)
"/source-editor")
:specs (if popup
"width=645,height-430"
:specs (if (or popup *open-external-panels-in-popup*)
"width=1280,height=700"
"")
:name "_blank"))