Skip to content

Commit

Permalink
Show regular widgets by default when opening edit-menu
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl committed Aug 17, 2023
1 parent bdfc2c2 commit a61c1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EditMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ enum WidgetMode {
MiniWidgets,
}
const widgetMode = ref(WidgetMode.MiniWidgets)
const widgetMode = ref(WidgetMode.RegularWidgets)
</script>

<style scoped>
Expand Down

0 comments on commit a61c1f9

Please sign in to comment.