mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 02:46:45 +00:00
improve(mobile): WIP onboarding for set-up a graph
This commit is contained in:
@@ -1924,3 +1924,13 @@ Similar to re-frame subscriptions"
|
||||
(defn get-onboarding-whiteboard?
|
||||
[]
|
||||
(get-in @state [:whiteboard/onboarding-whiteboard?]))
|
||||
|
||||
(defn get-local-container-root-url
|
||||
[]
|
||||
(when (mobile-util/native-ios?)
|
||||
(get-in @state [:mobile/container-urls :localContainerUrl])))
|
||||
|
||||
(defn get-icloud-container-root-url
|
||||
[]
|
||||
(when (mobile-util/native-ios?)
|
||||
(get-in @state [:mobile/container-urls :iCloudContainerUrl])))
|
||||
Reference in New Issue
Block a user