Reset top_text before returning to main menu
This commit is contained in:
parent
28c1d61d20
commit
a573a7e1c3
1 changed files with 3 additions and 0 deletions
|
|
@ -1302,6 +1302,9 @@ def run_diags(state, menu, quick_mode=False):
|
|||
else:
|
||||
std.pause('Press Enter to return to main menu...')
|
||||
|
||||
# osTicket
|
||||
state.top_text = std.color_string('Hardware Diagnostics', 'GREEN')
|
||||
|
||||
|
||||
def screensaver(name):
|
||||
"""Show screensaver"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue