Skip to content

Commit 19026bd

Browse files
committed
fix(): Menubar refresh
1 parent 7acef70 commit 19026bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/Pages/MenuBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const reload = () => {
5353
if (window.Native) {
5454
window.Native.on('App\\Events\\TimerStarted', reload)
5555
window.Native.on('App\\Events\\TimerStopped', reload)
56-
window.Native.on('Native\\Laravel\\Events\\MenuBar\\MenuBarShown', () => {
56+
window.Native.on('Native\\Desktop\\Events\\MenuBar\\MenuBarShown', () => {
5757
openProjectList.value = false
5858
router.reload()
5959
})

0 commit comments

Comments
 (0)