mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Preferences for popups, edit in emacs, shutdown in app mode fix
This commit is contained in:
parent
73ab5d9362
commit
a57cdff3d6
5 changed files with 45 additions and 27 deletions
|
|
@ -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"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue