tie up the find more button so it opens the plugins page on the wiki
This commit is contained in:
parent
45840727e9
commit
dd519f936c
|
@ -172,6 +172,10 @@ Ext.deluge.preferences.Plugins = Ext.extend(Ext.Panel, {
|
|||
}
|
||||
},
|
||||
|
||||
onFindMorePlugins: function() {
|
||||
window.open('http://dev.deluge-torrent.org/wiki/Plugins');
|
||||
},
|
||||
|
||||
onGotAvailablePlugins: function(plugins) {
|
||||
this.availablePlugins = plugins;
|
||||
Deluge.Client.core.get_enabled_plugins({
|
||||
|
|
Loading…
Reference in New Issue