mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-03 10:25:02 +00:00
parent
d2ffbc44f1
commit
a582f2e5ed
@ -1222,7 +1222,7 @@ void MainWindow::updateGUI()
|
|||||||
{
|
{
|
||||||
// update global informations
|
// update global informations
|
||||||
if (systrayIcon) {
|
if (systrayIcon) {
|
||||||
#if defined(Q_OS_UNIX)
|
#if (defined(Q_OS_UNIX) && !defined(Q_OS_MAC))
|
||||||
QString html = "<div style='background-color: #678db2; color: #fff;height: 18px; font-weight: bold; margin-bottom: 5px;'>";
|
QString html = "<div style='background-color: #678db2; color: #fff;height: 18px; font-weight: bold; margin-bottom: 5px;'>";
|
||||||
html += "qBittorrent";
|
html += "qBittorrent";
|
||||||
html += "</div>";
|
html += "</div>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user