mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
parent
d595c245e6
commit
cbdfbc1a44
@ -92,9 +92,13 @@ export default Vue.extend({
|
|||||||
value: 'global', text: this.$t('_timelines.global')
|
value: 'global', text: this.$t('_timelines.global')
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
showCancelButton: true
|
|
||||||
});
|
});
|
||||||
if (canceled) return;
|
if (canceled) {
|
||||||
|
if (this.column.tl == null) {
|
||||||
|
this.setType();
|
||||||
|
}
|
||||||
|
return;
|
||||||
|
}
|
||||||
Vue.set(this.column, 'tl', src);
|
Vue.set(this.column, 'tl', src);
|
||||||
this.$store.commit('deviceUser/updateDeckColumn', this.column);
|
this.$store.commit('deviceUser/updateDeckColumn', this.column);
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user