aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/containers/settings/RecipesScreen.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/settings/RecipesScreen.js b/src/containers/settings/RecipesScreen.js
index 460b915bb..60071b402 100644
--- a/src/containers/settings/RecipesScreen.js
+++ b/src/containers/settings/RecipesScreen.js
@@ -163,7 +163,7 @@ export default @inject('stores', 'actions') @observer class RecipesScreen extend
163 recipeDirectory={recipeDirectory} 163 recipeDirectory={recipeDirectory}
164 openRecipeDirectory={async () => { 164 openRecipeDirectory={async () => {
165 await fs.ensureDir(recipeDirectory); 165 await fs.ensureDir(recipeDirectory);
166 shell.openItem(recipeDirectory); 166 shell.openExternal(`file://${recipeDirectory}`);
167 }} 167 }}
168 openDevDocs={() => { 168 openDevDocs={() => {
169 appActions.openExternalUrl({ url: FRANZ_DEV_DOCS }); 169 appActions.openExternalUrl({ url: FRANZ_DEV_DOCS });