mirror of
https://github.com/logseq/logseq.git
synced 2026-05-27 22:24:09 +00:00
fix: is-native-platform? moved to native-platform?
This commit is contained in:
@@ -68,5 +68,5 @@
|
||||
(when-not (and (config/local-db? repo)
|
||||
(not granted?)
|
||||
(not (util/electron?))
|
||||
(not (mobile-util/is-native-platform?)))
|
||||
(not (mobile-util/native-platform?)))
|
||||
(draw-container option draw-inner))))
|
||||
|
||||
Reference in New Issue
Block a user