mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +00:00
Fix uncaught exception when closing deluge in classic mode
This commit is contained in:
parent
f598d048d1
commit
c1f137505a
1 changed files with 0 additions and 2 deletions
|
@ -260,8 +260,6 @@ class MenuBar(component.Component):
|
|||
|
||||
def on_menuitem_quit_activate(self, data=None):
|
||||
log.debug("on_menuitem_quit_activate")
|
||||
if self.config["classic_mode"] and client.is_classicmode():
|
||||
client.daemon.shutdown()
|
||||
self.window.quit()
|
||||
|
||||
## Edit Menu ##
|
||||
|
|
Loading…
Add table
Reference in a new issue