Skip to content

Commit

Permalink
Remove offline toggle and asset browser button from top-bar
Browse files Browse the repository at this point in the history
  • Loading branch information
linusha authored and merryman committed Dec 4, 2023
1 parent c302578 commit 58a1d6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions studio/top-bar.cp.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const GalyleoTopBar = component(TopBar, {
paddingTop: '2px'
}],
tooltip: 'Publish this dashboard'
}), without('save button'), without('undo button'), without('redo button'), without('open component browser'), without('load world button'), without('comment browser button'), without('canvas mode button'), add({
}), without('save button'), without('undo button'), without('redo button'), without('open component browser'), without('load world button'), without('open asset browser'), without('comment browser button'), without('canvas mode button'), add({
type: Image,
name: 'galyleo logo',
borderColor: Color.rgb(23, 160, 251),
Expand All @@ -200,8 +200,8 @@ const GalyleoTopBar = component(TopBar, {
}, 'hand or halo mode button')
]
},
without('user flap')
without('right UI wrapper')
]
});

export { GalyleoTopBar };
export { GalyleoTopBar };

0 comments on commit 58a1d6f

Please sign in to comment.