Skip to content

Commit

Permalink
ui: menubar: Sync screen after exiting menu
Browse files Browse the repository at this point in the history
  • Loading branch information
darkhz committed Sep 21, 2022
1 parent 9a7c6e5 commit 0ddf5fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/menubar.go
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,8 @@ func exitMenu(menu string) {
Pages.RemovePage(menu)

App.SetFocus(DeviceTable)

App.Sync()
}

// menuListInputHandler handles key events for a submenu.
Expand Down

0 comments on commit 0ddf5fc

Please sign in to comment.