mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-23 15:44:44 +00:00
Raise the GUI window on start.
This commit is contained in:
parent
d6979e750f
commit
933822ac5a
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ def main (argv=None):
|
|||
# window before app.exec_() finishes
|
||||
window = LinkCheckerMain(url=url)
|
||||
window.show()
|
||||
window.raise_() # this will raise the window on Mac OS X
|
||||
drop_privileges()
|
||||
sys.excepthook = \
|
||||
lambda etype, evalue, tb: excepthook(window, etype, evalue, tb)
|
||||
|
|
|
|||
Loading…
Reference in a new issue