fix(electron): tray menu icon adapt to dark theme (#11288)

fix AF-2431
This commit is contained in:
pengx17
2025-03-31 07:23:01 +00:00
parent 94d5a42355
commit 8bea31698e
4 changed files with 8 additions and 7 deletions

View File

@@ -94,6 +94,7 @@ export function Recording() {
let id: number | undefined;
try {
const result = await apis?.recording?.getCurrentRecording();
if (!result) {
return;
}