diff --git a/Content.Client/Entry/IgnoredComponents.cs b/Content.Client/Entry/IgnoredComponents.cs index ec7baa6e5c..1541c4cd57 100644 --- a/Content.Client/Entry/IgnoredComponents.cs +++ b/Content.Client/Entry/IgnoredComponents.cs @@ -134,6 +134,7 @@ namespace Content.Client.Entry "Airtight", "MovedByPressure", "Spray", + "Ringer", "Vapor", "AddAccentClothing", "DamageOnHighSpeedImpact", diff --git a/Content.Client/PDA/PDABoundUserInterface.cs b/Content.Client/PDA/PDABoundUserInterface.cs index 23b4ae1166..9b280b602d 100644 --- a/Content.Client/PDA/PDABoundUserInterface.cs +++ b/Content.Client/PDA/PDABoundUserInterface.cs @@ -48,6 +48,11 @@ namespace Content.Client.PDA SendMessage(new PDAShowUplinkMessage()); }; + _menu.AccessRingtoneButton.OnPressed += _ => + { + SendMessage(new PDAShowRingtoneMessage()); + }; + } protected override void UpdateState(BoundUserInterfaceState state) diff --git a/Content.Client/PDA/PDAMenu.xaml b/Content.Client/PDA/PDAMenu.xaml index 7ed16b08c8..95ae6eba65 100644 --- a/Content.Client/PDA/PDAMenu.xaml +++ b/Content.Client/PDA/PDAMenu.xaml @@ -1,7 +1,7 @@  + MinSize="576 256" + SetSize="576 256"> +