Nicer GameActivity & SilentMsg UX; Fix [object Object] jumpscare (#863)

This commit is contained in:
Nuckyz 2023-04-10 18:59:48 -03:00 committed by GitHub
parent 40a7aa5079
commit 65f7cf9503
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 29 additions and 8 deletions

View file

@ -44,7 +44,7 @@ function SilentMessageToggle(chatBoxProps: {
if (chatBoxProps.type.analyticsName !== "normal") return null;
return (
<Tooltip text="Toggle Silent Message">
<Tooltip text={enabled ? "Disable Silent Message" : "Enable Silent Message"}>
{tooltipProps => (
<div style={{ display: "flex" }}>
<Button