Fix Dashboard Gramplets to update during db close when not shown
Fixes #11632
This commit is contained in:
parent
d210275a4e
commit
6cbc2b896d
@ -875,9 +875,6 @@ class ViewManager(CLIManager):
|
||||
"""
|
||||
Perform necessary actions when a page is changed.
|
||||
"""
|
||||
if not self.dbstate.is_open():
|
||||
return
|
||||
|
||||
self.__disconnect_previous_page()
|
||||
|
||||
self.active_page = self.pages[page_num]
|
||||
|
Loading…
x
Reference in New Issue
Block a user