Change storage window to OpenCentered (#3729)

This commit is contained in:
Swept
2021-03-27 08:01:12 +00:00
committed by GitHub
parent 5684415c94
commit 9363cd1b5c

View File

@@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using Content.Client.Animations; using Content.Client.Animations;
@@ -135,7 +135,7 @@ namespace Content.Client.GameObjects.Components.Storage
if (_window.IsOpen) if (_window.IsOpen)
_window.Close(); _window.Close();
else else
_window.Open(); _window.OpenCentered();
} }
private void CloseUI() private void CloseUI()