This commit is contained in:
Natsumi
2025-11-11 15:21:11 +11:00
parent b4ba826809
commit 19b9895864
2 changed files with 3 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ const {
BrowserWindow,
ipcMain,
app,
clipboard,
Tray,
Menu,
dialog,
@@ -11,7 +12,6 @@ const {
nativeImage
} = require('electron');
const { spawn, spawnSync } = require('child_process');
const { clipboard } = require('electron');
const fs = require('fs');
const https = require('https');

View File

@@ -373,7 +373,8 @@ export const useSearchStore = defineStore('Search', () => {
});
}
}
} catch {
} catch (error) {
console.log(error);
} finally {
directAccessPrompt.value = null;
}