mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 12:34:14 +01:00
ah yes forgot to remove commented out code
This commit is contained in:
parent
c446aa5502
commit
9bf1a7cf36
1 changed files with 0 additions and 9 deletions
|
|
@ -202,15 +202,6 @@ namespace MareSynchronos.UI
|
||||||
? "Has not added you"
|
? "Has not added you"
|
||||||
: ((item.IsPaused || item.IsPausedFromOthers) ? "Unpaired" : "Paired");
|
: ((item.IsPaused || item.IsPausedFromOthers) ? "Unpaired" : "Paired");
|
||||||
ImGui.TextColored(UIShared.GetBoolColor(item.IsSynced && !item.IsPaused && !item.IsPausedFromOthers), pairString);
|
ImGui.TextColored(UIShared.GetBoolColor(item.IsSynced && !item.IsPaused && !item.IsPausedFromOthers), pairString);
|
||||||
/*string pauseYou = item.IsPaused ? "You paused them" : "";
|
|
||||||
string pauseThey = item.IsPausedFromOthers ? "They paused you" : "";
|
|
||||||
string separator = (item.IsPaused && item.IsPausedFromOthers) ? Environment.NewLine : "";
|
|
||||||
string entry = pauseYou + separator + pauseThey;
|
|
||||||
if (!string.IsNullOrEmpty(entry))
|
|
||||||
{
|
|
||||||
ImGui.TextColored(UIShared.GetBoolColor(!item.IsPausedFromOthers && !item.IsPaused), entry);
|
|
||||||
}*/
|
|
||||||
|
|
||||||
ImGui.TableNextColumn();
|
ImGui.TableNextColumn();
|
||||||
string charComment = _configuration.UidComments.ContainsKey(item.OtherUID) ? _configuration.UidComments[item.OtherUID] : string.Empty;
|
string charComment = _configuration.UidComments.ContainsKey(item.OtherUID) ? _configuration.UidComments[item.OtherUID] : string.Empty;
|
||||||
ImGui.SetNextItemWidth(400);
|
ImGui.SetNextItemWidth(400);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue