Fix to open folder containing the log file rather than roaming folder
This commit is contained in:
parent
beee15162d
commit
46d6eb6499
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ class HelpPage extends React.PureComponent<Props, State> {
|
|||
button="primary"
|
||||
label={__('Open Log Folder')}
|
||||
icon={icons.REPORT}
|
||||
onClick={() => shell.showItemInFolder(dataDirectory)}
|
||||
onClick={() => shell.openItem(dataDirectory)}
|
||||
/>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Reference in a new issue