Browse Source

Merge branch 'master' of github.com:logseq/logseq

Tienson Qin 5 years ago
parent
commit
d1c1bb3d1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/electron/electron/core.cljs

+ 1 - 1
src/electron/electron/core.cljs

@@ -14,7 +14,7 @@
 (defonce *teardown-fn (volatile! nil))
 (defonce *teardown-fn (volatile! nil))
 
 
 ;; Handle creating/removing shortcuts on Windows when installing/uninstalling.
 ;; Handle creating/removing shortcuts on Windows when installing/uninstalling.
-;(when (js/require "electron-squirrel-startup") (.quit app))
+(when (js/require "electron-squirrel-startup") (.quit app))
 
 
 (defn create-main-window
 (defn create-main-window
   "create main app window"
   "create main app window"