Added window track setting
This commit is contained in:
parent
76caf34374
commit
88c1eca618
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,8 @@ export default new Vuex.Store({
|
||||||
moveLock: false,
|
moveLock: false,
|
||||||
settings: {
|
settings: {
|
||||||
disableStream: false,
|
disableStream: false,
|
||||||
autoGpuPreview: false
|
autoGpuPreview: false,
|
||||||
|
trackWindow: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue