mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fix small window icon counter.
Regression was introduced in aef45b3a1d
.
This commit is contained in:
@@ -425,7 +425,6 @@ void MainWindow::updateIconCounters() {
|
||||
: std::wstring();
|
||||
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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user