We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 179a59a commit e6b33a7Copy full SHA for e6b33a7
1 file changed
Src/StartMenu/StartMenu.cpp
@@ -561,6 +561,7 @@ int WINAPI wWinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpstrC
561
else if (wcsstr(lpstrCmdLine,L"-toggle")!=NULL) open=MSG_TOGGLE;
562
else if (wcsstr(lpstrCmdLine,L"-open")!=NULL) open=MSG_OPEN;
563
else if (wcsstr(lpstrCmdLine,L"-settings")!=NULL) open=MSG_SETTINGS;
564
+ else if (wcsstr(lpstrCmdLine,L"-reloadsettings")!=NULL) open=MSG_RELOADSETTINGS;
565
else if (wcsstr(lpstrCmdLine,L"-exit")!=NULL) open=MSG_EXIT;
566
567
{
0 commit comments