mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 01:03:08 -07:00
-legal notice in red
This commit is contained in:
parent
e6fca96d0d
commit
3ec647cfda
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ GUI::GUI(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent){
|
||||||
setAcceptDrops(true);
|
setAcceptDrops(true);
|
||||||
// Set info Bar infos
|
// Set info Bar infos
|
||||||
setInfoBar(tr("qBittorrent %1 started.", "e.g: qBittorrent v0.x started.").arg(QString(VERSION)));
|
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."));
|
setInfoBar(tr("Be careful, sharing copyrighted material without permission is against the law."), "red");
|
||||||
show();
|
show();
|
||||||
qDebug("GUI Built");
|
qDebug("GUI Built");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue