[WebUI] Add skip_checking and paused to /command/download and /command/upload

This commit is contained in:
opengg
2017-03-11 01:28:22 +08:00
parent db3158c410
commit b271fa9f00
5 changed files with 42 additions and 2 deletions

View File

@@ -245,7 +245,7 @@ void AbstractWebApplication::translateDocument(QString& data)
"options_imp", "Preferences", "TrackersAdditionDlg", "ScanFoldersModel",
"PropTabBar", "TorrentModel", "downloadFromURL", "MainWindow", "misc",
"StatusBar", "AboutDlg", "about", "PeerListWidget", "StatusFiltersWidget",
"CategoryFiltersList", "TransferListDelegate"
"CategoryFiltersList", "TransferListDelegate", "AddNewTorrentDialog"
};
const size_t context_count = sizeof(contexts) / sizeof(contexts[0]);
int i = 0;