mirror of
https://github.com/modernw/App-Installer-For-Windows-8.x-Reset.git
synced 2026-04-18 05:34:51 +10:00
Fix bugs.
This commit is contained in:
@@ -1623,6 +1623,8 @@ public ref class MainHtmlWnd: public System::Windows::Forms::Form, public IScrip
|
||||
{
|
||||
if (!(g_wcmdflags & (DWORD)CMDPARAM::SILENT))
|
||||
{
|
||||
auto launch_when_ready = (bool)InvokeCallScriptFunction ("getLaunchWhenReady");
|
||||
if (!launch_when_ready) return;
|
||||
std::vector <std::wnstring> appids;
|
||||
for (auto &it : g_pkginfo)
|
||||
for (auto &it_s : it.applications)
|
||||
|
||||
Reference in New Issue
Block a user