mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed a small bug created by the new "Downloads" context menu.
This commit is contained in:
parent
9f881c1b2b
commit
6d9834a89e
@ -407,7 +407,7 @@ LRESULT CALLBACK CTrayWindow::WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARA
|
||||
{
|
||||
OpenAboutDialog(tray->GetWindow(), Rainmeter->GetInstance());
|
||||
}
|
||||
if (wParam == ID_CONTEXT_DOWNLOADS)
|
||||
else if (wParam == ID_CONTEXT_DOWNLOADS)
|
||||
{
|
||||
LSExecute(NULL, RAINMETER_DOWNLOADS, SW_SHOWNORMAL);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user