Skip to content

Commit ea375be

Browse files
committed
ADAP-155: updated LauncherBusDemo to start Layout service
1 parent f45ff8d commit ea375be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/openfin/desktop/demo/LauncherBusDemo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ private void launchRuntime() {
149149
sfeatures.put("tab", false);
150150
scfg.put("features", sfeatures);
151151
layout.put("config", scfg);
152-
// layout.put("manifestUrl", "https://cdn.openfin.co/services/openfin/layouts/1.0.0/app.json");
152+
layout.put("manifestUrl", "https://cdn.openfin.co/services/openfin/layouts/1.0.0/app.json");
153153
serviceConfig.put(0, layout);
154154
cfg.addConfigurationItem("services", serviceConfig);
155155

0 commit comments

Comments
 (0)