fix: reverse logic to show render & save_frames button in TL status panel
Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
parent
a2d90df97c
commit
a581be6aec
@ -45,7 +45,7 @@
|
||||
</settings-row>
|
||||
</template>
|
||||
</template>
|
||||
<template v-if="framesCount > 0 && ['complete', 'canceled'].includes(printer_state)">
|
||||
<template v-if="framesCount > 0 && !['printing', 'paused'].includes(printer_state)">
|
||||
<v-divider class="mt-2 mb-4"></v-divider>
|
||||
<v-row>
|
||||
<v-col class="text-center">
|
||||
|
Loading…
x
Reference in New Issue
Block a user