Skip to content

Commit

Permalink
core: frontend: show extension menu even out of pirate mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Dec 5, 2022
1 parent dfe2869 commit 45d212f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions core/frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -275,11 +275,7 @@ export default Vue.extend({
],
}
const full_menu = { ...this.menus }
if (settings.is_pirate_mode) {
Object.assign(full_menu, { extensions })
}
return full_menu
return { ...this.menus, extensions }
},
steps() {
return [
Expand Down

0 comments on commit 45d212f

Please sign in to comment.