Skip to content

Commit

Permalink
[native] enh(Drawer): Add github issues link
Browse files Browse the repository at this point in the history
see #1098

Signed-off-by: Marcel Klehr <[email protected]>
  • Loading branch information
marcelklehr committed Nov 24, 2024
1 parent b500b95 commit 7142d56
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/ui/components/native/Drawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,17 @@
<v-list-item-title>{{ t('LabelImportExport') }}</v-list-item-title>
</v-list-item-content>
</v-list-item>
<v-list-item
key="bugs"
link
href="https://github.com/floccusaddon/floccus/issues">
<v-list-item-icon>
<v-icon>mdi-bug-outline</v-icon>
</v-list-item-icon>
<v-list-item-content>
<v-list-item-title>{{ t('LabelReportproblem') }}</v-list-item-title>
</v-list-item-content>
</v-list-item>
<v-list-item
key="about"
link
Expand Down

0 comments on commit 7142d56

Please sign in to comment.