Added window track setting

This commit is contained in:
Joel Collins 2019-02-25 17:14:24 +00:00
parent 76caf34374
commit 88c1eca618

View file

@ -19,7 +19,8 @@ export default new Vuex.Store({
moveLock: false,
settings: {
disableStream: false,
autoGpuPreview: false
autoGpuPreview: false,
trackWindow: true
}
},