Skip to content

Commit

Permalink
🐛 Fix: open config file bug
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #1163
  • Loading branch information
Molunerfinn committed Aug 15, 2023
1 parent 894d0a2 commit 2db0fea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<ButtonFormItem
:label="$T('SETTINGS_OPEN_CONFIG_FILE')"
:button-label="$T('SETTINGS_CLICK_TO_OPEN')"
@click="openFile('picgo.log')"
@click="openFile('data.json')"
/>
<ButtonFormItem
:label="$T('SETTINGS_SET_LOG_FILE')"
Expand Down

0 comments on commit 2db0fea

Please sign in to comment.