Resolve #6684
Co-Authored-By: sobadon <37328795+sobadon@users.noreply.github.com>
This commit is contained in:
parent
eaf83bffb0
commit
29e9801d5c
|
@ -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({
|
||||||
|
|
Loading…
Reference in New Issue