Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
MetaIdea authored Jun 27, 2022
1 parent 3e0849b commit f8875b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ BOOL InitInstance(HINSTANCE hInstance, int nCmdShow) {
niData.hIcon = (HICON)LoadImage(hInstance, MAKEINTRESOURCE(IDI_ICON),IMAGE_ICON, GetSystemMetrics(SM_CXSMICON), GetSystemMetrics(SM_CYSMICON),LR_DEFAULTCOLOR);
niData.hWnd = hWnd;
niData.uCallbackMessage = SWM_TRAYMSG;
lstrcpyn(niData.szTip, _T("Eco Mode App Switch - Suspend/Freeze Apps"), sizeof(niData.szTip) / sizeof(TCHAR));
lstrcpyn(niData.szTip, _T("Eco Mode App Switch V0.8 - Suspend/Freeze Apps"), sizeof(niData.szTip) / sizeof(TCHAR));
Shell_NotifyIcon(NIM_ADD, &niData);

if (niData.hIcon && DestroyIcon(niData.hIcon)) {
Expand Down

0 comments on commit f8875b6

Please sign in to comment.