epam/mriviewer

How to set the default to 3d mode

Opened this issue · 2 comments

I tried to follow before closed issue, but I didn't fix this problem yet, please help me.
Thanks.

src/demo/ui/UiOpenMenu.js@finalizeSuccessLoadedVolume:

change store.dispatch({ type: StoreActionType.SET_MODE_VIEW, modeView: ModeView.VIEW_2D });
to
store.dispatch({ type: StoreActionType.SET_MODE_VIEW, modeView: ModeView.VIEW_3D });

@dream811 thank you for opening this issue.

That would be good option to have it configurable, we have created a ticket for this feature.