Skip to content

Commit

Permalink
fix(ios): remove add-folder button
Browse files Browse the repository at this point in the history
  • Loading branch information
leizhe authored and leizhe committed Nov 23, 2021
1 parent 9e34654 commit dd70a18
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/frontend/components/header.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,9 @@

(repo/sync-status current-repo)

(when show-open-folder?
(when (and
show-open-folder?
(not (mobile-util/is-native-platform?)))
[:a.text-sm.font-medium.button
{:on-click #(page-handler/ls-dir-files! shortcut/refresh!)}
[:div.flex.flex-row.text-center.open-button__inner.items-center
Expand Down

0 comments on commit dd70a18

Please sign in to comment.