Add admin logs window pop out button, default to docked

Default to unmaximized
This commit is contained in:
DrSmugleaf
2021-12-09 00:05:42 +01:00
parent 7929600def
commit 81c0b1e174
8 changed files with 575 additions and 519 deletions

View File

@@ -26,7 +26,6 @@ public sealed class AdminLogsEui : BaseEui
private readonly ISawmill _sawmill;
private readonly AdminLogSystem _logSystem;
private readonly GameTicker _gameTicker;
private int _clientBatchSize;
private bool _isLoading = true;
@@ -43,7 +42,6 @@ public sealed class AdminLogsEui : BaseEui
_configuration.OnValueChanged(CCVars.AdminLogsClientBatchSize, ClientBatchSizeChanged, true);
_logSystem = EntitySystem.Get<AdminLogSystem>();
_gameTicker = EntitySystem.Get<GameTicker>();
_filter = new LogFilter
{