From 46d6eb64999fd6f01db260ee49b160c9748320ad Mon Sep 17 00:00:00 2001 From: dyllper Date: Wed, 31 Oct 2018 01:44:15 -0500 Subject: [PATCH 1/3] Fix to open folder containing the log file rather than roaming folder --- src/renderer/page/help/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/page/help/view.jsx b/src/renderer/page/help/view.jsx index 52c22a2c8..39359e61b 100644 --- a/src/renderer/page/help/view.jsx +++ b/src/renderer/page/help/view.jsx @@ -165,7 +165,7 @@ class HelpPage extends React.PureComponent { button="primary" label={__('Open Log Folder')} icon={icons.REPORT} - onClick={() => shell.showItemInFolder(dataDirectory)} + onClick={() => shell.openItem(dataDirectory)} /> From 2d07276dcadf1cc55c132fcb59284c83a68afed7 Mon Sep 17 00:00:00 2001 From: dyllper Date: Wed, 31 Oct 2018 11:08:46 -0500 Subject: [PATCH 2/3] Updating changelog for fix to Open Log Folder button --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef87b8f3d..0b273a05b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). * Satisfy console warnings in publishForm and validation messaging ([#2010](https://github.com/lbryio/lbry-desktop/pull/2010)) * App crashing if invalid characters entered in LBRY URL ([#2026])(https://github.com/lbryio/lbry-desktop/pull/2026)) * Fix issue file_list call continues indefinitely if a file is removed while downloading ([#2042])(https://github.com/lbryio/lbry-desktop/pull/2042)) + * Fix to open folder containing log file when Open Log File button is clicked ([#2078])(https://github.com/lbryio/lbry-desktop/pull/2078)) ## [0.25.1] - 2018-09-18 From b1dedbb0a400bba78917af17ba129403ac3141db Mon Sep 17 00:00:00 2001 From: dyllper Date: Wed, 31 Oct 2018 11:16:04 -0500 Subject: [PATCH 3/3] Fixing changelog formatting --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b273a05b..d3a4beefb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,7 +33,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). * Satisfy console warnings in publishForm and validation messaging ([#2010](https://github.com/lbryio/lbry-desktop/pull/2010)) * App crashing if invalid characters entered in LBRY URL ([#2026])(https://github.com/lbryio/lbry-desktop/pull/2026)) * Fix issue file_list call continues indefinitely if a file is removed while downloading ([#2042])(https://github.com/lbryio/lbry-desktop/pull/2042)) - * Fix to open folder containing log file when Open Log File button is clicked ([#2078])(https://github.com/lbryio/lbry-desktop/pull/2078)) + * Fix to open folder containing log file when Open Log File button is clicked ([#2078](https://github.com/lbryio/lbry-desktop/pull/2078)) ## [0.25.1] - 2018-09-18