File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import "./themeSetting.scss";
22import Page from "components/page" ;
33import searchBar from "components/searchbar" ;
44import TabView from "components/tabView" ;
5+ import alert from "dialogs/alert" ;
56import Ref from "html-tag-js/ref" ;
67import actionStack from "lib/actionStack" ;
78import removeAds from "lib/removeAds" ;
@@ -10,7 +11,6 @@ import CustomTheme from "pages/customTheme";
1011import ThemeBuilder from "theme/builder" ;
1112import themes from "theme/list" ;
1213import helpers from "utils/helpers" ;
13- import alert from "dialogs/alert" ;
1414
1515export default function ( ) {
1616 const $page = Page ( strings . theme . capitalize ( ) ) ;
@@ -195,7 +195,9 @@ console.log(message);`);
195195 */
196196 function setEditorTheme ( { caption, theme } ) {
197197 if ( appSettings . value . appTheme . toLowerCase ( ) === "system" ) {
198- alert ( "Info" , "App theme is set to 'System'. Changing the editor theme will not affect the editor appearance." ,
198+ alert (
199+ "Info" ,
200+ "App theme is set to 'System'. Changing the editor theme will not affect the editor appearance." ,
199201 ) ;
200202 return ;
201203 }
You can’t perform that action at this time.
0 commit comments