diff --git a/src/GameOptions/ui/CurrentOptionsPage.tsx b/src/GameOptions/ui/CurrentOptionsPage.tsx index 797114572..ff154f768 100644 --- a/src/GameOptions/ui/CurrentOptionsPage.tsx +++ b/src/GameOptions/ui/CurrentOptionsPage.tsx @@ -150,6 +150,35 @@ export const CurrentOptionsPage = (props: IProps): React.ReactElement => { marks /> + (Settings.SuppressSavedGameToast = newValue)} + text="Suppress Auto-Save Game Toast" + tooltip={<>If this is set, there will be no "Game Saved!" toast appearing after an auto-save.} + /> + (Settings.SuppressAutosaveDisabledWarnings = newValue)} + text="Suppress Auto-Save Disabled Warning" + tooltip={<>If this is set, there will be no warning triggered when auto-save is disabled (at 0).} + /> + (Settings.SaveGameOnFileSave = newValue)} + text="Save game on file save" + tooltip={<>Save your game any time a file is saved in the script editor.} + /> + (Settings.ExcludeRunningScriptsFromSave = newValue)} + text="Exclude Running Scripts from Save" + tooltip={ + <> + If this is set, the save file will exclude all running scripts. This is only useful if your save is + lagging a lot. You'll have to restart your script every time you launch the game. + + } + /> ), [GameOptionsTab.INTERFACE]: ( @@ -192,28 +221,24 @@ export const CurrentOptionsPage = (props: IProps): React.ReactElement => { } > - - - Timestamp format:  - - ), - }} - value={timestampFormat} - onChange={handleTimestampFormatChange} - placeholder="yyyy-MM-dd hh:mm:ss" - /> - + + Timestamp format: + + ), + }} + value={timestampFormat} + onChange={handleTimestampFormatChange} + placeholder="yyyy-MM-dd hh:mm:ss" + /> <> Sets the locale for displaying numbers.}> - Locale  + Locale