normalized behaviour click trayIcon w/ wndow open + lim compose call

This commit is contained in:
Hane 2024-05-08 19:08:43 +02:00
commit 4f3f8b3e56
2 changed files with 23 additions and 8 deletions

View file

@ -261,6 +261,9 @@ private:
QTimer *ewsUpdateTimer;
static constexpr uint64_t ewsUpdateTimerFrequency = 500;
double widthRatio = 0.28;
bool recentlyClosed = false;
uint8_t recentlyClosedTimerFrequency = 1000;
QTimer *recentlyClosedTimer;
QScrollArea *scrollArea;
HeaderWidget* hw;