mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-29 04:00:34 +00:00
Do not override status text.
This commit is contained in:
parent
2fde5bea8c
commit
4fa2452d34
1 changed files with 1 additions and 1 deletions
|
|
@ -81,6 +81,7 @@ class LinkCheckerMain (QtGui.QMainWindow, Ui_MainWindow):
|
|||
self.connect_widgets()
|
||||
self.init_config()
|
||||
self.status = Status.idle
|
||||
self.set_statusbar(_("Ready."))
|
||||
|
||||
def get_qhcpath (self):
|
||||
paths = [
|
||||
|
|
@ -133,7 +134,6 @@ class LinkCheckerMain (QtGui.QMainWindow, Ui_MainWindow):
|
|||
self.progress.hide()
|
||||
self.aggregate = None
|
||||
self.controlButton.setEnabled(True)
|
||||
self.set_statusbar(_("Ready."))
|
||||
elif status == Status.checking:
|
||||
self.num = 0
|
||||
self.debug.reset()
|
||||
|
|
|
|||
Loading…
Reference in a new issue