mirror of https://codeberg.org/cage/tinmop/
- prevented connecting to a pleroma instance when running the TUI in gemini exclusive mode.
This commit is contained in:
parent
00a3b45dcd
commit
8cc47e9dc0
|
@ -188,8 +188,9 @@ etc.) happened"
|
|||
(ui:focus-to-message-window))
|
||||
(ui:focus-to-thread-window))
|
||||
;; now init the client
|
||||
(client:init)
|
||||
(client:authorize)
|
||||
(when (not *gemini-full-screen-mode*)
|
||||
(client:init)
|
||||
(client:authorize))
|
||||
(when command-line:*module-file*
|
||||
(handler-case
|
||||
(modules:load-module command-line:*module-file*)
|
||||
|
|
Loading…
Reference in New Issue