Skip to content

Commit

Permalink
fix(pages): remove contextualmenu
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienChampagnol committed Oct 17, 2024
1 parent e9da083 commit 778f322
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 164 deletions.
5 changes: 0 additions & 5 deletions components/SideBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,6 @@ const items = ref([
icon: "mdi-upload",
click: () => navigateTo("/download"),
},
{
title: "Extensions",
icon: "mdi-puzzle",
click: () => navigateTo("/contextualmenu"),
},
{
title: "Settings",
icon: "mdi-cog",
Expand Down
159 changes: 0 additions & 159 deletions pages/contextualmenu.vue

This file was deleted.

0 comments on commit 778f322

Please sign in to comment.