feat(scanner): complete localized artifact quality checkpoint
This commit is contained in:
@@ -129,7 +129,8 @@ export function createAppWindowManager({
|
||||
}
|
||||
|
||||
function hideOverlayWindow() {
|
||||
overlayWindow?.close();
|
||||
if (!overlayWindow || overlayWindow.isDestroyed()) return { ok: false };
|
||||
overlayWindow.close();
|
||||
return { ok: true };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user