mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 12:27:07 +02:00
UI: Add option to enable/disable syncing Steam achievements (#2117)
This commit is contained in:
@@ -54,6 +54,17 @@ export const MiscPage = (): React.ReactElement => {
|
||||
</>
|
||||
}
|
||||
/>
|
||||
<OptionSwitch
|
||||
checked={Settings.SyncSteamAchievements}
|
||||
onChange={(newValue) => (Settings.SyncSteamAchievements = newValue)}
|
||||
text="Sync Steam achievements"
|
||||
tooltip={
|
||||
<>
|
||||
This setting is only used in the Steam app. If this setting is enabled, the game will automatically sync
|
||||
your unlocked Steam achievements to Steam Cloud.
|
||||
</>
|
||||
}
|
||||
/>
|
||||
</GameOptionsPage>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user