2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Implement possibility to hide taskbar icon on Linux

This commit is contained in:
Ilya Fedin
2020-10-16 07:02:05 +04:00
committed by John Preston
parent 49e96d857a
commit 8f5b136003
6 changed files with 119 additions and 6 deletions

View File

@@ -40,6 +40,7 @@ bool OpenSystemSettings(SystemSettingsType type);
void IgnoreApplicationActivationRightNow();
bool AutostartSupported();
bool TrayIconSupported();
bool SkipTaskbarSupported();
QImage GetImageFromClipboard();
bool StartSystemMove(QWindow *window);
bool StartSystemResize(QWindow *window, Qt::Edges edges);