mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Resolve #6684
Co-Authored-By: sobadon <37328795+sobadon@users.noreply.github.com>
This commit is contained in:
parent
31204e2dfb
commit
2f8a0d1788
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ export default defineComponent({
|
|||
this.exportTarget == 'following' ? 'i/export-following' :
|
||||
this.exportTarget == 'blocking' ? 'i/export-blocking' :
|
||||
this.exportTarget == 'user-lists' ? 'i/export-user-lists' :
|
||||
this.exportTarget == 'mute' ? 'i/export-mute' :
|
||||
null, {})
|
||||
.then(() => {
|
||||
os.dialog({
|
||||
|
|
Loading…
Add table
Reference in a new issue