File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
how-to/web-interop-support-context-and-intents/client/src/platform/apps Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- import type { OpenFin } from "@openfin/core" ;
2
1
import type { PlatformApp , PlatformAppIdentifier } from "../../shapes/app-shapes" ;
3
2
import type { PlatformLayoutSnapshot } from "../../shapes/layout-shapes" ;
4
3
import { isEmpty , randomUUID } from "../../utils" ;
@@ -86,6 +85,7 @@ export async function launch(
86
85
await window ?. fin ?. Platform . Layout . getCurrentSync ( ) . addView ( {
87
86
name,
88
87
url : appToLaunch . details . url ,
88
+ titlePriority : "options" ,
89
89
title
90
90
} ) ;
91
91
} else {
@@ -160,8 +160,8 @@ function getAppLayout(
160
160
componentName : "view" ,
161
161
componentState : {
162
162
url : platformApp . details . url ,
163
- name : viewName
164
- // titlePriority: "options" // Pending release
163
+ name : viewName ,
164
+ titlePriority : "options"
165
165
} ,
166
166
title
167
167
}
You can’t perform that action at this time.
0 commit comments