diff --git a/src/components/TheTopbar.vue b/src/components/TheTopbar.vue
index 8fa913759..ac4cdfb40 100644
--- a/src/components/TheTopbar.vue
+++ b/src/components/TheTopbar.vue
@@ -57,7 +57,7 @@
-
+
{{ $t('App.TopBar.Uploading') }} {{ uploadSnackbar.filename }}
{{ Math.round(uploadSnackbar.percent) }} % @ {{ formatFilesize(Math.round(uploadSnackbar.speed)) }}/s
@@ -180,10 +180,6 @@ export default class TheTopbar extends Mixins(BaseMixin) {
return this.$store.state.printer.hostname
}
- get boolWideNavDrawer() {
- return this.$store.state.gui.uiSettings.boolWideNavDrawer ?? false
- }
-
get countPrinters() {
return this.$store.getters['farm/countPrinters']
}