mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
Merge pull request #2833 from pmzqla/osx-trayicon
Don't use HTML in tray icon pop-up on OSX
This commit is contained in:
commit
0cab34aa11
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue