@@ -334,13 +334,13 @@ export default class FileSystem extends Mixins(StateMixin, FilesMixin, ServicesM
334
334
{
335
335
text: this .$tc (' app.general.table.header.extruder_colors' ),
336
336
value: ' extruder_colors' ,
337
- visible: isNotDashboard ,
337
+ visible: false ,
338
338
cellClass: ' text-no-wrap'
339
339
},
340
340
{
341
341
text: this .$tc (' app.general.table.header.filament_temps' ),
342
342
value: ' filament_temps' ,
343
- visible: isNotDashboard ,
343
+ visible: false ,
344
344
cellClass: ' text-no-wrap'
345
345
},
346
346
{
@@ -358,7 +358,7 @@ export default class FileSystem extends Mixins(StateMixin, FilesMixin, ServicesM
358
358
{
359
359
text: this .$tc (' app.general.table.header.filament_change_count' ),
360
360
value: ' filament_change_count' ,
361
- visible: isNotDashboard ,
361
+ visible: false ,
362
362
cellClass: ' text-no-wrap'
363
363
},
364
364
{
@@ -376,13 +376,13 @@ export default class FileSystem extends Mixins(StateMixin, FilesMixin, ServicesM
376
376
{
377
377
text: this .$tc (' app.general.table.header.mmu_print' ),
378
378
value: ' mmu_print' ,
379
- visible: isNotDashboard ,
379
+ visible: false ,
380
380
cellClass: ' text-no-wrap'
381
381
},
382
382
{
383
383
text: this .$tc (' app.general.table.header.referenced_tools' ),
384
384
value: ' referenced_tools' ,
385
- visible: isNotDashboard ,
385
+ visible: false ,
386
386
cellClass: ' text-no-wrap'
387
387
},
388
388
{
@@ -448,7 +448,7 @@ export default class FileSystem extends Mixins(StateMixin, FilesMixin, ServicesM
448
448
{
449
449
text: this .$tc (' app.general.table.header.file_processors' ),
450
450
value: ' file_processors' ,
451
- visible: false ,
451
+ visible: isNotDashboard ,
452
452
cellClass: ' text-no-wrap'
453
453
},
454
454
{
0 commit comments