fix update
This commit is contained in:
parent
d041775e9a
commit
d93286e97c
@ -98,9 +98,4 @@ def window_shortcut(key_sequence):
|
|||||||
"""
|
"""
|
||||||
global my_shortcut
|
global my_shortcut
|
||||||
my_shortcut = key_sequence
|
my_shortcut = key_sequence
|
||||||
try:
|
|
||||||
from .ui import check_updates
|
|
||||||
check_updates()
|
|
||||||
except:
|
|
||||||
pass
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user