mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix small window icon counter.
Regression was introduced in aef45b3a1d
.
This commit is contained in:
parent
dab859ea29
commit
3743dd0161
1 changed files with 0 additions and 1 deletions
|
@ -425,7 +425,6 @@ void MainWindow::updateIconCounters() {
|
||||||
: std::wstring();
|
: std::wstring();
|
||||||
taskbarList->SetOverlayIcon(ps_hWnd, ps_iconOverlay, description.c_str());
|
taskbarList->SetOverlayIcon(ps_hWnd, ps_iconOverlay, description.c_str());
|
||||||
}
|
}
|
||||||
psDestroyIcons();
|
|
||||||
SetWindowPos(ps_hWnd, 0, 0, 0, 0, 0, SWP_FRAMECHANGED | SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_NOACTIVATE);
|
SetWindowPos(ps_hWnd, 0, 0, 0, 0, 0, SWP_FRAMECHANGED | SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_NOACTIVATE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue