mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
installer: reduce notification spam
This commit is contained in:
committed by
Andrey Nekrasov
parent
c2d6f740a1
commit
cbd3516fc4
@@ -297,7 +297,6 @@ int bootstrapper()
|
||||
sei.fMask = { SEE_MASK_FLAG_NO_UI | SEE_MASK_NOASYNC | SEE_MASK_NO_CONSOLE };
|
||||
sei.lpFile = newPTPath->c_str();
|
||||
sei.nShow = SW_SHOWNORMAL;
|
||||
sei.lpParameters = UPDATE_REPORT_SUCCESS;
|
||||
ShellExecuteExW(&sei);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user