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:
		@@ -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);
 | 
			
		||||
			}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user