def terminate(self):
super(GlobalPlugin, self).terminate()
try:
self.prefsMenu.RemoveItem(self.w10Settings)
except (RuntimeError, AttributeError, wx.PyDeadObjectError):
pass
if w10config.updateChecker and w10config.updateChecker.IsRunning():
w10config.updateChecker.Stop()
w10config.updateChecker = None
评论列表
文章目录