Remove references to old GPU preview feature.
This commit is contained in:
parent
3f54084d14
commit
652a50a5a6
4 changed files with 1 additions and 18 deletions
|
|
@ -61,7 +61,6 @@ export default createStore({
|
|||
available: false,
|
||||
waiting: false,
|
||||
error: "",
|
||||
autoGpuPreview: false,
|
||||
trackWindow: true,
|
||||
activeStreams: {},
|
||||
microscopeHostname: "",
|
||||
|
|
@ -95,9 +94,6 @@ export default createStore({
|
|||
changeDisableStream(state, disabled) {
|
||||
state.disableStream = disabled;
|
||||
},
|
||||
changeAutoGpuPreview(state, enabled) {
|
||||
state.autoGpuPreview = enabled;
|
||||
},
|
||||
changeTrackWindow(state, enabled) {
|
||||
state.trackWindow = enabled;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue