From 3123ac94471160e314423a5d2809d1614fbdf64f Mon Sep 17 00:00:00 2001 From: catloversg <152669316+catloversg@users.noreply.github.com> Date: Wed, 8 Jan 2025 12:18:25 +0700 Subject: [PATCH] UI: Hide spoiler content in Soft Reset popup (#1898) --- src/ui/React/SoftResetButton.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ui/React/SoftResetButton.tsx b/src/ui/React/SoftResetButton.tsx index 07aa93ebd..0d9a5005e 100644 --- a/src/ui/React/SoftResetButton.tsx +++ b/src/ui/React/SoftResetButton.tsx @@ -3,6 +3,7 @@ import React, { useState } from "react"; import { Button, Tooltip } from "@mui/material"; import { ConfirmationModal } from "./ConfirmationModal"; import RestartAltIcon from "@mui/icons-material/RestartAlt"; +import { knowAboutBitverse } from "../../BitNode/BitNodeUtils"; interface IProps { color?: "primary" | "warning" | "error"; @@ -32,7 +33,7 @@ export function SoftResetButton({ - Install Augmentations if you have any purchased - Reset servers, programs, recent scripts and terminal - Scripts on your home server will stop, but aren't deleted - - Stop some special mechanics like Bladeburner tasks + - Stop some special mechanics (crime, study, ${knowAboutBitverse() ? `Bladeburner action, Grafting task, ` : ""}etc.) - You will not lose overall progress or access to special mechanics Are you sure?