mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
Merge branch 'master' into feat/db
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
[frontend.components.whiteboard :as whiteboard]
|
||||
[frontend.config :as config]
|
||||
[frontend.context.i18n :as i18n]
|
||||
[frontend.colors :as colors]
|
||||
[frontend.db :as db]
|
||||
[frontend.db.restore :as db-restore]
|
||||
[frontend.db.conn :as conn]
|
||||
@@ -185,8 +184,6 @@
|
||||
(instrument/init)
|
||||
(state/set-online! js/navigator.onLine)
|
||||
(set-network-watcher!)
|
||||
(when-let [radix-color (state/get-color-accent)]
|
||||
(colors/set-radix radix-color))
|
||||
|
||||
(-> (util/indexeddb-check?)
|
||||
(p/catch (fn [_e]
|
||||
|
||||
Reference in New Issue
Block a user