normalized behaviour click trayIcon w/ wndow open + lim compose call
This commit is contained in:
parent
16604277fb
commit
4f3f8b3e56
2 changed files with 23 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue