mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 00:32:51 +02:00
Change SuppressSaveToast to only work on auto-save
Before this, this setting also suppressed the toast for the manual clicks.
This commit is contained in:
@@ -504,10 +504,10 @@ export function GameOptionsRoot(props: IProps): React.ReactElement {
|
||||
label={
|
||||
<Tooltip
|
||||
title={
|
||||
<Typography>If this is set, there will be no "Saved Game" toast appearing after save.</Typography>
|
||||
<Typography>If this is set, there will be no "Game Saved!" toast appearing after an auto-save.</Typography>
|
||||
}
|
||||
>
|
||||
<Typography>Suppress Saved Game Toast</Typography>
|
||||
<Typography>Suppress Auto-Save Game Toast</Typography>
|
||||
</Tooltip>
|
||||
}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user