Skip to content

Commit

Permalink
:trollface:
Browse files Browse the repository at this point in the history
  • Loading branch information
MilonPL committed Dec 5, 2024
1 parent a25ea88 commit 44216db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ public void SetRecipient(NanoChatRecipient recipient, uint number, bool isSelect
JobLabel.Visible = !string.IsNullOrEmpty(recipient.JobTitle);
UnreadIndicator.Visible = recipient.HasUnread;

ChatButton.ModulateSelfOverride = isSelected ? Color.FromHex("#173717") : null;
ChatButton.ModulateSelfOverride = isSelected ? NanoChatMessageBubble.OwnMessageColor : null;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
parent: BaseItem
id: NanoChatCartridge
name: NanoChat cartridge
description: pda messaging real
description: Lets you message other people!
components:
- type: Sprite
sprite: DeltaV/Objects/Devices/cartridge.rsi
Expand Down

0 comments on commit 44216db

Please sign in to comment.