Skip to content

Commit

Permalink
disabled provenace dockconfig as default, added provex profile for PR…
Browse files Browse the repository at this point in the history
…o3D.Viewer startup
  • Loading branch information
haraldsteinlechner committed Nov 7, 2023
1 parent 7a30c16 commit 4eb01aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/PRo3D.Viewer/InitialViewerModel.fs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ module Viewer =
: Model =

let defaultDashboard = DashboardModes.defaultDashboard //DashboardModes.defaultDashboard
let defaultDashboard = DashboardModes.provenance
// use this one for PROVEX workflows if needed.
//let defaultDashboard = DashboardModes.provenance
let defaultDockConfig = defaultDashboard.dockConfig //DockConfigs.m2020

{
Expand Down
5 changes: 5 additions & 0 deletions src/PRo3D.Viewer/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
"profiles": {
"PRo3D.Viewer": {
"commandName": "Project",
"commandLineArgs": "",
"nativeDebugging": true
},
"PRo3D.Viewer.Provex": {
"commandName": "Project",
"commandLineArgs": "--disableCors --port 4321 --remoteApi --enableProvenance",
"nativeDebugging": true
}
Expand Down

0 comments on commit 4eb01aa

Please sign in to comment.