mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-27 03:36:16 +00:00
Fix #34
This commit is contained in:
parent
c013c520df
commit
e03a516cb5
@ -78,8 +78,8 @@ class MainWindow(component.Component):
|
||||
|
||||
def show(self):
|
||||
try:
|
||||
component.get("TorrentView").start()
|
||||
component.get("StatusBar").start()
|
||||
component.start("TorrentView")
|
||||
component.start("StatusBar")
|
||||
except:
|
||||
pass
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user