mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-18 14:56:59 +08:00
feat(electron): create recording through tray (#10526)
- added tray menu for controlling recording status - recording watcher for monitoring system audio input events
This commit is contained in:
@@ -29,7 +29,7 @@ const config: PlaywrightTestConfig = {
|
||||
|
||||
if (process.env.CI) {
|
||||
config.retries = 5;
|
||||
config.workers = 2;
|
||||
config.workers = 1;
|
||||
}
|
||||
|
||||
if (process.env.DEV_SERVER_URL) {
|
||||
|
||||
Reference in New Issue
Block a user