Until we know better, just hide app backup size on mobile

This commit is contained in:
Johannes Zellner
2025-12-02 14:39:47 +01:00
parent 0ea1e47176
commit c6858d505f
+1
View File
@@ -42,6 +42,7 @@ const columns = ref({
size: {
label: t('backup.target.size'),
sort: true,
hideMobile: true,
},
creationTime: {
label: t('app.backups.backups.time'),