Co-Authored-By: sobadon <37328795+sobadon@users.noreply.github.com>
This commit is contained in:
syuilo 2020-10-18 16:43:22 +09:00
parent eaf83bffb0
commit 29e9801d5c

View file

@ -44,6 +44,7 @@ export default defineComponent({
this.exportTarget == 'following' ? 'i/export-following' : this.exportTarget == 'following' ? 'i/export-following' :
this.exportTarget == 'blocking' ? 'i/export-blocking' : this.exportTarget == 'blocking' ? 'i/export-blocking' :
this.exportTarget == 'user-lists' ? 'i/export-user-lists' : this.exportTarget == 'user-lists' ? 'i/export-user-lists' :
this.exportTarget == 'mute' ? 'i/export-mute' :
null, {}) null, {})
.then(() => { .then(() => {
os.dialog({ os.dialog({