mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
Show preferences page when clicking on blocklist statusbar item
This commit is contained in:
parent
5ed244cad6
commit
f61a8bb023
1 changed files with 2 additions and 2 deletions
|
@ -126,8 +126,8 @@ class GtkUI(ui.UI):
|
|||
def _on_button_import_clicked(self, widget):
|
||||
client.blocklist_import(None)
|
||||
|
||||
def _on_status_item_clicked(self):
|
||||
pass
|
||||
def _on_status_item_clicked(self, widget, event):
|
||||
component.get("Preferences").show("Blocklist")
|
||||
|
||||
def load_preferences_page(self):
|
||||
"""Initializes the preferences page and adds it to the preferences dialog"""
|
||||
|
|
Loading…
Add table
Reference in a new issue