mirror of
https://git.deluge-torrent.org/deluge
synced 2025-09-17 15:21:56 +00:00
Don't clobber the label config
This commit is contained in:
parent
a528f78529
commit
bdaf0062af
1 changed files with 2 additions and 4 deletions
|
@ -110,10 +110,8 @@ class ExecutePreferences(object):
|
||||||
client.execute.add_command(event, command)
|
client.execute.add_command(event, command)
|
||||||
|
|
||||||
def on_apply_prefs(self):
|
def on_apply_prefs(self):
|
||||||
options = {}
|
pass
|
||||||
#update options dict here.
|
|
||||||
client.label.set_config(options)
|
|
||||||
|
|
||||||
class GtkUI(GtkPluginBase):
|
class GtkUI(GtkPluginBase):
|
||||||
|
|
||||||
def enable(self):
|
def enable(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue