1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-04-21 06:16:11 -05:00
This commit is contained in:
syuilo 2020-02-18 21:27:47 +09:00
parent da4af041af
commit 1d50bc3382

View file

@ -102,7 +102,7 @@ export default Vue.extend({
}).then(() => {
this.$root.dialog({
type: 'success',
splash: true
iconOnly: true, autoClose: true
});
});
}