Skip to content

Commit a458420

Browse files
committed
fix: stay awake when screencasting
1 parent 7071c46 commit a458420

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/renderer/screencast/store.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ class Store extends BaseStore {
7070
videoBitRate: settings.videoBitRate,
7171
maxSize: settings.maxSize,
7272
clipboardAutosync: true,
73+
stayAwake: true,
7374
})
7475
)
7576
this.scrcpyClient.on('close', () => {

0 commit comments

Comments
 (0)