mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
Lint
This commit is contained in:
@@ -4,6 +4,7 @@ const {
|
|||||||
BrowserWindow,
|
BrowserWindow,
|
||||||
ipcMain,
|
ipcMain,
|
||||||
app,
|
app,
|
||||||
|
clipboard,
|
||||||
Tray,
|
Tray,
|
||||||
Menu,
|
Menu,
|
||||||
dialog,
|
dialog,
|
||||||
@@ -11,7 +12,6 @@ const {
|
|||||||
nativeImage
|
nativeImage
|
||||||
} = require('electron');
|
} = require('electron');
|
||||||
const { spawn, spawnSync } = require('child_process');
|
const { spawn, spawnSync } = require('child_process');
|
||||||
const { clipboard } = require('electron');
|
|
||||||
const fs = require('fs');
|
const fs = require('fs');
|
||||||
const https = require('https');
|
const https = require('https');
|
||||||
|
|
||||||
|
|||||||
@@ -373,7 +373,8 @@ export const useSearchStore = defineStore('Search', () => {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch {
|
} catch (error) {
|
||||||
|
console.log(error);
|
||||||
} finally {
|
} finally {
|
||||||
directAccessPrompt.value = null;
|
directAccessPrompt.value = null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user