mirror of
https://github.com/logseq/logseq.git
synced 2026-05-27 14:14:24 +00:00
fix: quit logseq when window-all-closed
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
|
||||
(defn main
|
||||
[]
|
||||
(.on app "window-all-closed" (fn [] (when-not mac? (.quit app))))
|
||||
(.on app "window-all-closed" (fn [] (.quit app)))
|
||||
(.on app "ready"
|
||||
(fn []
|
||||
(let [^js win (create-main-window)
|
||||
|
||||
Reference in New Issue
Block a user