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"
|
button="primary"
|
||||||
label={__('Open Log Folder')}
|
label={__('Open Log Folder')}
|
||||||
icon={icons.REPORT}
|
icon={icons.REPORT}
|
||||||
onClick={() => shell.showItemInFolder(dataDirectory)}
|
onClick={() => shell.openItem(dataDirectory)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in a new issue