mirror of
https://github.com/codex-storage/deluge.git
synced 2025-02-17 05:47:50 +00:00
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…
x
Reference in New Issue
Block a user