Fixing some warnings (#6250)
Co-authored-by: Paul Ritter <ritter.paul1@googlemail.com>
This commit is contained in:
@@ -27,7 +27,6 @@ namespace Content.Client.Lobby.UI
|
||||
private readonly IClientPreferencesManager _preferencesManager;
|
||||
private readonly IPrototypeManager _prototypeManager;
|
||||
private EntityUid? _previewDummy;
|
||||
private string? _previewDummySpecies;
|
||||
private readonly Label _summaryLabel;
|
||||
private readonly BoxContainer _loaded;
|
||||
private readonly BoxContainer _viewBox;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<SS14Window
|
||||
<DefaultWindow
|
||||
xmlns="https://spacestation14.io"
|
||||
xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls">
|
||||
<BoxContainer Orientation="Vertical">
|
||||
@@ -10,4 +10,4 @@
|
||||
<cc:CommandButton Command="observe" Name="ObserveButton" StyleClasses="Caution" Text="{Loc 'observe-confirm'}" SizeFlagsStretchRatio="1"/>
|
||||
</BoxContainer>
|
||||
</BoxContainer>
|
||||
</SS14Window>
|
||||
</DefaultWindow>
|
||||
|
||||
@@ -9,7 +9,7 @@ namespace Content.Client.Lobby.UI
|
||||
{
|
||||
[GenerateTypedNameReferences]
|
||||
[UsedImplicitly]
|
||||
internal sealed partial class ObserveWarningWindow : SS14Window
|
||||
internal sealed partial class ObserveWarningWindow : DefaultWindow
|
||||
{
|
||||
public ObserveWarningWindow()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user