Set steam proxy priority to run exactly after the updater

This commit is contained in:
momo5502 2022-10-01 20:42:40 +02:00
parent b26752860f
commit 25c2853d4b

View File

@ -235,6 +235,11 @@ namespace steam_proxy
steam_client_module.invoke<bool>("Steam_BReleaseSteamPipe", steam_pipe); steam_client_module.invoke<bool>("Steam_BReleaseSteamPipe", steam_pipe);
} }
} }
int priority() override
{
return 998; // Run after the updater
}
}; };
const utils::nt::library& get_overlay_module() const utils::nt::library& get_overlay_module()