mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 20:27:22 +01:00
implement triangle check
This commit is contained in:
parent
6567c4deba
commit
81bb5885e9
13 changed files with 161 additions and 110 deletions
|
|
@ -181,7 +181,7 @@ public class SettingsUi : WindowMediatorSubscriberBase
|
|||
}
|
||||
ImGui.SameLine();
|
||||
ImGui.SetNextItemWidth(100);
|
||||
_uiShared.DrawCombo("###speed", new[] { DownloadSpeeds.Bps, DownloadSpeeds.KBps, DownloadSpeeds.MBps },
|
||||
_uiShared.DrawCombo("###speed", [DownloadSpeeds.Bps, DownloadSpeeds.KBps, DownloadSpeeds.MBps],
|
||||
(s) => s switch
|
||||
{
|
||||
DownloadSpeeds.Bps => "Byte/s",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue