fix: Continue recording while screen off
The screen may automatically turn off when speaking for a long time. Originially, when we turn on the screen, the `onWindowShown` function will be triggered, causing the recorder to stop. This commit simply removes this unnecessary stopping call. Fixes: https://github.com/j3soon/whisper-to-input/issues/16
Loading
Please register or sign in to comment