mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 23:18:40 +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
1 changed files with 4 additions and 0 deletions
|
@ -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) {
|
onGotAvailablePlugins: function(plugins) {
|
||||||
this.availablePlugins = plugins;
|
this.availablePlugins = plugins;
|
||||||
Deluge.Client.core.get_enabled_plugins({
|
Deluge.Client.core.get_enabled_plugins({
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue