added app.reload event

This commit is contained in:
SrGooglo 2022-11-19 04:58:47 +00:00
parent ee66ee9da6
commit 86556b4913

View File

@ -123,6 +123,9 @@ class App extends React.Component {
window.electron.ipcRenderer.invoke("app.minimize")
}
},
"app.reload": () => {
window.location.reload()
},
"app.openSearcher": () => {
App.publicMethods.openSearcher()
},