We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f45ff8d commit ea375beCopy full SHA for ea375be
src/main/java/com/openfin/desktop/demo/LauncherBusDemo.java
@@ -149,7 +149,7 @@ private void launchRuntime() {
149
sfeatures.put("tab", false);
150
scfg.put("features", sfeatures);
151
layout.put("config", scfg);
152
-// layout.put("manifestUrl", "https://cdn.openfin.co/services/openfin/layouts/1.0.0/app.json");
+ layout.put("manifestUrl", "https://cdn.openfin.co/services/openfin/layouts/1.0.0/app.json");
153
serviceConfig.put(0, layout);
154
cfg.addConfigurationItem("services", serviceConfig);
155
0 commit comments