Skip to content

Commit 0a5b091

Browse files
format
1 parent 50f908d commit 0a5b091

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pages/themeSetting/themeSetting.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,9 @@ console.log(message);`);
194194
*/
195195
function setEditorTheme({ caption, theme }) {
196196
if (appSettings.value.appTheme.toLowerCase() === "system") {
197-
alert("App theme is set to 'System'. Changing the editor theme will not affect the editor appearance.");
197+
alert(
198+
"App theme is set to 'System'. Changing the editor theme will not affect the editor appearance.",
199+
);
198200
}
199201
editorManager.editor.setTheme(theme);
200202
editor.setTheme(theme); // preview

0 commit comments

Comments
 (0)