mirror of
https://git.deluge-torrent.org/deluge
synced 2025-09-18 15:51:57 +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,9 +110,7 @@ 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):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue