Added OpenAppData button in settings and updated layout/translations

This commit is contained in:
child_duckling 2022-02-16 20:04:45 -08:00
parent 6001dc1a1e
commit 3b4d9d5512
5 changed files with 52 additions and 15 deletions

View file

@ -699,7 +699,9 @@ export class BrowserWindow {
ipcMain.on('get-version', (_event) => {
_event.returnValue = app.getVersion()
});
ipcMain.on('open-appdata', (_event) => {
shell.openPath(app.getPath('userData'));
});
/* *********************************************************************************************
* Window Events
* **********************************************************************************************/