mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
Windows on ARM CI
This commit is contained in:
parent
e5ab7a7232
commit
dac886ecbd
2 changed files with 41 additions and 3 deletions
|
@ -74,15 +74,15 @@ export function createSettingsWindow() {
|
|||
setConfigBulk(args);
|
||||
});
|
||||
ipcMain.on("openStorageFolder", async (event) => {
|
||||
shell.openPath(storagePath);
|
||||
shell.showItemInFolder(storagePath);
|
||||
await sleep(1000);
|
||||
});
|
||||
ipcMain.on("openThemesFolder", async (event) => {
|
||||
shell.openPath(themesPath);
|
||||
shell.showItemInFolder(themesPath);
|
||||
await sleep(1000);
|
||||
});
|
||||
ipcMain.on("openPluginsFolder", async (event) => {
|
||||
shell.openPath(pluginsPath);
|
||||
shell.showItemInFolder(pluginsPath);
|
||||
await sleep(1000);
|
||||
});
|
||||
ipcMain.on("getLangName", async (event) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue