Skip to content

Commit e84e73d

Browse files
committed
Fix: unhighlight the tray icon when the recording starts
1 parent ec0f62e commit e84e73d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/main.js

+1
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ ipcMain.on('started-recording', () => {
263263
appState = 'recording';
264264
if (!mainWindowIsDetached) {
265265
mainWindow.hide();
266+
tray.setHighlightMode('never');
266267
}
267268
});
268269

0 commit comments

Comments
 (0)