File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
services/static-webserver/client/source/class/osparc/desktop Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ qx.Class.define("osparc.desktop.WorkbenchView", {
442442 appearance : "form-button-outlined" ,
443443 label : this . tr ( "App Mode" ) ,
444444 toolTipText : this . tr ( "Start App Mode" ) ,
445- icon : "@FontAwesome5Solid/play/14" ,
445+ icon : osparc . dashboard . CardBase . MODE_APP ,
446446 marginRight : 10 ,
447447 marginTop : 7 ,
448448 ...osparc . navigation . NavigationBar . BUTTON_OPTIONS
@@ -837,7 +837,7 @@ qx.Class.define("osparc.desktop.WorkbenchView", {
837837
838838 const startAppBtn = this . __startAppButton = new qx . ui . form . Button ( ) . set ( {
839839 label : this . tr ( "Start" ) ,
840- icon : "@FontAwesome5Solid/play/14" ,
840+ icon : osparc . dashboard . CardBase . MODE_APP ,
841841 toolTipText : this . tr ( "Start App Mode" ) ,
842842 height : buttonsHeight
843843 } ) ;
You can’t perform that action at this time.
0 commit comments