mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 19:14:16 +00:00
added app.reload
event
This commit is contained in:
parent
ee66ee9da6
commit
86556b4913
@ -123,6 +123,9 @@ class App extends React.Component {
|
|||||||
window.electron.ipcRenderer.invoke("app.minimize")
|
window.electron.ipcRenderer.invoke("app.minimize")
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"app.reload": () => {
|
||||||
|
window.location.reload()
|
||||||
|
},
|
||||||
"app.openSearcher": () => {
|
"app.openSearcher": () => {
|
||||||
App.publicMethods.openSearcher()
|
App.publicMethods.openSearcher()
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user