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

Added ability to check are windows active for tray menu.

This commit is contained in:
23rd
2022-03-23 20:22:47 +03:00
parent aa241a1f62
commit 511805199f
2 changed files with 11 additions and 0 deletions

View File

@@ -163,6 +163,7 @@ public:
[[nodiscard]] QWidget *getFileDialogParent();
void notifyFileDialogShown(bool shown);
void checkSystemDarkMode();
[[nodiscard]] bool isActiveForTrayMenu() const;
// Media view interface.
void checkMediaViewActivation();