mirror of
https://github.com/logseq/logseq.git
synced 2026-05-26 21:54:26 +00:00
fix(ios): ensure fallback system image
This commit is contained in:
@@ -122,7 +122,19 @@
|
||||
(defn configure
|
||||
[]
|
||||
(configure-tabs
|
||||
[{:id "home" :title "Home" :systemImage "house" :role "normal"}
|
||||
{:id "graphs" :title "Graphs" :systemImage "app.background.dotted" :role "normal"}
|
||||
{:id "capture" :title "Capture" :systemImage "tray" :role "normal"}
|
||||
{:id "go to" :title "Go To" :systemImage "square.stack.3d.down.right" :role "normal"}]))
|
||||
[{:id "home"
|
||||
:title "Home"
|
||||
:systemImage "house"
|
||||
:role "normal"}
|
||||
{:id "graphs"
|
||||
:title "Graphs"
|
||||
:systemImage "app.background.dotted"
|
||||
:role "normal"}
|
||||
{:id "capture"
|
||||
:title "Capture"
|
||||
:systemImage "tray"
|
||||
:role "normal"}
|
||||
{:id "go to"
|
||||
:title "Go To"
|
||||
:systemImage "square.stack.3d.down.right"
|
||||
:role "normal"}]))
|
||||
|
||||
Reference in New Issue
Block a user