mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +00:00
added app.reload
event
This commit is contained in:
parent
85a2c67388
commit
ba364c717e
@ -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