-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use system icon theme and increase icon size #7111
Conversation
|
||
QString iconThemeName = QIcon::themeName(); | ||
QString iconName = (counter > 0) | ||
? (muted ? "telegram-mute-panel" : "telegram-attention-panel") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
? (muted ? "telegram-mute-panel" : "telegram-attention-panel") | |
? qsl("telegram-%1-panel").arg(muted ? "mute" : "attention") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
3af5c66
to
f59d334
Compare
f59d334
to
ac9f976
Compare
Thanks! |
Will icons in the |
No, they will be used only on appindicator |
@ilya-fedin isn't the appindicator what I'm talking about? In my case I mean the systray icon on plasma desktop. |
No, appindicator is used only on gnome, pantheon and unity currently |
@ilya-fedin Скажу по-русски, боюсь знания моего енглиша не хватит.
|
Дай телеграм, не будем народ смущать. Мой - |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Can help with #3216, but for larger icons App::wnd()->iconWithCounter should be reworked :(
Fixes #1908