File tree 1 file changed +2
-2
lines changed
usr/lib/linuxmint/mintUpdate 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ def __init__(self):
182
182
self .refreshing_flatpak = False
183
183
self .refreshing_cinnamon = False
184
184
self .auto_refresh_is_alive = False
185
- self .hidden = False # whether the window is hidden or not
185
+ self .hidden = True # whether the window is hidden or not
186
186
self .packages = [] # packages selected for update
187
187
self .flatpaks = [] # flatpaks selected for update
188
188
self .spices = [] # spices selected for update
@@ -507,7 +507,7 @@ def __init__(self):
507
507
if len (sys .argv ) > 1 :
508
508
showWindow = sys .argv [1 ]
509
509
if showWindow == "show" :
510
- self .ui_window . present_with_time ( Gtk . get_current_event_time () )
510
+ self .show_window ( )
511
511
512
512
if CINNAMON_SUPPORT :
513
513
self .cinnamon_updater = cinnamon .UpdateManager ()
You can’t perform that action at this time.
0 commit comments