mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
- Fixed deleteFromList (non permanently) -> bug introduced recently
This commit is contained in:
parent
243045917a
commit
3d8032a092
2 changed files with 3 additions and 2 deletions
|
@ -97,6 +97,7 @@ int main(int argc, char *argv[]){
|
|||
qDebug("%s locale unrecognized, using default (en_GB).", (const char*)locale.toUtf8());
|
||||
}
|
||||
app.installTranslator(&translator);
|
||||
app.setApplicationName("qBittorrent");
|
||||
// Read torrents given on command line
|
||||
QStringList torrentCmdLine = app.arguments();
|
||||
// Remove first argument (program name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue