Skip to content

Commit

Permalink
Don't show layers button on all page view.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed Nov 12, 2024
1 parent 36d2605 commit 7b1ddc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@
id: 'action-layers',
tooltipContent: 'Layers',
onClick: () => UIkit.modal('#modal-layers').show(),
icon: "<span uk-icon='icon: album'></span>"
icon: "<span uk-icon='icon: album'></span>",
hideOnAll: true
}
]
};
Expand Down

0 comments on commit 7b1ddc8

Please sign in to comment.