We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7acef70 commit 19026bdCopy full SHA for 19026bd
resources/js/Pages/MenuBar.vue
@@ -53,7 +53,7 @@ const reload = () => {
53
if (window.Native) {
54
window.Native.on('App\\Events\\TimerStarted', reload)
55
window.Native.on('App\\Events\\TimerStopped', reload)
56
- window.Native.on('Native\\Laravel\\Events\\MenuBar\\MenuBarShown', () => {
+ window.Native.on('Native\\Desktop\\Events\\MenuBar\\MenuBarShown', () => {
57
openProjectList.value = false
58
router.reload()
59
})
0 commit comments