aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview/recipe.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview/recipe.js')
-rw-r--r--src/webview/recipe.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview/recipe.js b/src/webview/recipe.js
index e97013b3c..fca00fde2 100644
--- a/src/webview/recipe.js
+++ b/src/webview/recipe.js
@@ -114,7 +114,7 @@ class RecipeController {
114 } 114 }
115 } 115 }
116 116
117 if (this.settings.service.isDarkModeEnabled || this.settings.app.darkMode) { 117 if (this.settings.service.isDarkModeEnabled || this.settings.app.darkMode) {
118 debug('Enable dark mode'); 118 debug('Enable dark mode');
119 119
120 // Check if recipe has a darkmode.css 120 // Check if recipe has a darkmode.css