forked from FoundKeyGang/FoundKey
Resolve #6684
Co-Authored-By: sobadon <37328795+sobadon@users.noreply.github.com>
This commit is contained in:
parent
eaf83bffb0
commit
29e9801d5c
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…
Reference in a new issue