mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 05:08:05 -06:00
- Allow to set up per-torrent upload rate limit from Web UI
- Updated Mootools to v1.2.4 and fix breakage with MochaUI
This commit is contained in:
@@ -930,6 +930,8 @@ MochaUI.Windows.windowOptions = {
|
||||
};
|
||||
|
||||
MochaUI.Window = new Class({
|
||||
Implements: [Events, Options],
|
||||
|
||||
options: MochaUI.Windows.windowOptions,
|
||||
initialize: function(options){
|
||||
this.setOptions(options);
|
||||
@@ -2420,7 +2422,6 @@ MochaUI.Window = new Class({
|
||||
}
|
||||
}
|
||||
});
|
||||
MochaUI.Window.implement(new Options, new Events);
|
||||
/*
|
||||
|
||||
Script: Modal.js
|
||||
|
||||
Reference in New Issue
Block a user