Skip to content

Commit

Permalink
fix(webui): missing settings icon in webreader
Browse files Browse the repository at this point in the history
  • Loading branch information
gotson committed Aug 6, 2020
1 parent 457f923 commit 9693829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion komga-webui/src/views/BookReader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
icon
@click="menu = !menu"
>
<v-icon>mdi-settings</v-icon>
<v-icon>mdi-cog</v-icon>
</v-btn>
</v-toolbar>
</v-slide-y-transition>
Expand Down

0 comments on commit 9693829

Please sign in to comment.