Skip to content

Commit

Permalink
fix: reload required bug
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Dej <[email protected]>
  • Loading branch information
meteyou committed Nov 29, 2021
1 parent ee6a603 commit eaba28e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/gcodeviewer/Viewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
@click="reloadViewer"
color="info"
class="ml-3"
v-show="!reloadRequired"
v-show="reloadRequired"
>
<span class="d-none d-sm-block">{{$t("GCodeViewer.ReloadRequired")}}</span>
<v-icon class="d-sm-none">mdi-reload-alert</v-icon>
Expand Down

0 comments on commit eaba28e

Please sign in to comment.