Fixing some warnings (#6250)
Co-authored-by: Paul Ritter <ritter.paul1@googlemail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<SS14Window
|
||||
<DefaultWindow
|
||||
xmlns="https://spacestation14.io" Title="{Loc Events}">
|
||||
<BoxContainer Orientation="Vertical">
|
||||
<BoxContainer Orientation="Horizontal">
|
||||
@@ -10,4 +10,4 @@
|
||||
<Button Name="ResumeButton" Text="{Loc Resume}" Disabled="True" />
|
||||
<Button Name="SubmitButton" Text="{Loc Run}" Disabled="True" />
|
||||
</BoxContainer>
|
||||
</SS14Window>
|
||||
</DefaultWindow>
|
||||
|
||||
@@ -14,7 +14,7 @@ namespace Content.Client.Administration.UI.Tabs.AdminbusTab
|
||||
{
|
||||
[GenerateTypedNameReferences]
|
||||
[UsedImplicitly]
|
||||
public partial class StationEventsWindow : SS14Window
|
||||
public partial class StationEventsWindow : DefaultWindow
|
||||
{
|
||||
private List<string>? _data;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user