diff --git a/Content.Client/Cargo/BUI/FundingAllocationConsoleBoundUserInterface.cs b/Content.Client/Cargo/BUI/FundingAllocationConsoleBoundUserInterface.cs index eb65be40d3..49a545b480 100644 --- a/Content.Client/Cargo/BUI/FundingAllocationConsoleBoundUserInterface.cs +++ b/Content.Client/Cargo/BUI/FundingAllocationConsoleBoundUserInterface.cs @@ -17,9 +17,9 @@ public sealed class FundingAllocationConsoleBoundUserInterface(EntityUid owner, _menu = this.CreateWindow(); - _menu.OnSavePressed += d => + _menu.OnSavePressed += (dicts, primary, lockbox) => { - SendMessage(new SetFundingAllocationBuiMessage(d)); + SendMessage(new SetFundingAllocationBuiMessage(dicts, primary, lockbox)); }; } diff --git a/Content.Client/Cargo/UI/FundingAllocationMenu.xaml b/Content.Client/Cargo/UI/FundingAllocationMenu.xaml index 0686ea77d8..62f0ae924a 100644 --- a/Content.Client/Cargo/UI/FundingAllocationMenu.xaml +++ b/Content.Client/Cargo/UI/FundingAllocationMenu.xaml @@ -1,15 +1,18 @@  + Title="{Loc 'cargo-funding-alloc-console-menu-title'}"> -