Skip to content

Commit

Permalink
feat: live printing bed mesh changes (#1056)
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Lamas <[email protected]>
  • Loading branch information
pedrolamas authored Mar 5, 2023
1 parent d81fbd8 commit e88e783
Show file tree
Hide file tree
Showing 22 changed files with 239 additions and 232 deletions.
7 changes: 5 additions & 2 deletions src/components/layout/AppSaveConfigAndRestartBtn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
:loading="loading"
@click="$emit('click')"
>
<v-icon class="mr-1">
<v-icon
class="mr-1"
color="warning"
>
$save
</v-icon>
<span>{{ $t('app.general.btn.save_config_and_restart') }}</span>
Expand All @@ -22,7 +25,7 @@
fab
small
text
color=""
color="warning"
:elevation="0"
:disabled="disabled"
:loading="loading"
Expand Down
Loading

0 comments on commit e88e783

Please sign in to comment.