apply scheduler prefs onload
This commit is contained in:
parent
e4f5d822de
commit
ce8e47fae3
2
TODO
2
TODO
|
@ -1,2 +1,2 @@
|
|||
for 0.5.6
|
||||
1. make scheduled plugin work without having to open up its preferences first
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@ class plugin_Scheduler:
|
|||
self.button_state = [[0] * 7 for dummy in xrange(24)]
|
||||
self.dllimit = float(self.globaldlmax)
|
||||
self.ullimit = float(self.globalulmax)
|
||||
self.interface.apply_prefs()
|
||||
|
||||
def unload(self):
|
||||
self.resume()
|
||||
|
|
Loading…
Reference in New Issue