Fix to open folder containing the log file rather than roaming folder

This commit is contained in:
dyllper 2018-10-31 01:44:15 -05:00
parent beee15162d
commit 46d6eb6499

View file

@ -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>