Added OpenAppData button in settings and updated layout/translations
This commit is contained in:
parent
6001dc1a1e
commit
3b4d9d5512
5 changed files with 52 additions and 15 deletions
|
@ -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
|
||||
* **********************************************************************************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue