2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Added initial implementation of Windows tray.

This commit is contained in:
23rd
2022-04-18 16:34:59 +03:00
parent 56fdc7d39a
commit 70acc7a0e3
4 changed files with 269 additions and 1 deletions

View File

@@ -30,6 +30,8 @@ private:
Platform::Tray _tray;
bool _activeForTrayIconAction = false;
crl::time _lastTrayClickTime = 0;
rpl::event_stream<> _textUpdates;
rpl::event_stream<> _minimizeMenuItemClicks;