mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
ShareBubbles: Fixes for 2025r178
This commit is contained in:
parent
ac9af46bd6
commit
6d30fe1f41
5 changed files with 13 additions and 13 deletions
|
@ -1462,7 +1462,7 @@ ContentShareMod.init();
|
|||
public static void Postfix_ViewManager_Start(ViewManager __instance)
|
||||
{
|
||||
// Inject the details toolbar patches when the game menu view is loaded
|
||||
__instance.gameMenuView.Listener.FinishLoad += _ => {
|
||||
__instance.gameMenuView.Listener.FinishLoad += (_) => {
|
||||
__instance.gameMenuView.View._view.ExecuteScript(DETAILS_TOOLBAR_PATCHES);
|
||||
__instance.gameMenuView.View.BindCall("NAKCallShareContent", OnShareContent);
|
||||
__instance.gameMenuView.View.BindCall("NAKGetContentShares", OnGetContentShares);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue