Invert tilelayers and datalayers icons on edit toolbar

This commit is contained in:
Yohan Boniface 2023-07-03 19:04:36 +02:00
parent a2f98f989c
commit 1a5276d649

View file

@ -281,8 +281,8 @@ L.U.Map.include({
const editActions = [
L.U.ImportAction,
L.U.EditPropertiesAction,
L.U.ChangeTileLayerAction,
L.U.ManageDatalayersAction,
L.U.ChangeTileLayerAction,
L.U.UpdateExtentAction,
L.U.UpdatePermsAction,
]