mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 16:53:08 -07:00
- Added some debug in bittorrent.cpp
- Added Legal Notice on qBittorrent startup "Be careful, sharing copyrighted material without permission is against the law." because of new DADVSI law.
This commit is contained in:
parent
341225aff4
commit
ef1f030076
2 changed files with 8 additions and 0 deletions
|
@ -187,6 +187,7 @@ GUI::GUI(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent){
|
|||
setAcceptDrops(true);
|
||||
// Set info Bar infos
|
||||
setInfoBar(tr("qBittorrent %1 started.", "e.g: qBittorrent v0.x started.").arg(QString(VERSION)));
|
||||
setInfoBar(tr("Be careful, sharing copyrighted material without permission is against the law."));
|
||||
show();
|
||||
qDebug("GUI Built");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue