mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 02:03:01 +02:00
Factions screen in Mui
This commit is contained in:
@@ -486,13 +486,13 @@ export function GameOptionsRoot(props: IProps): React.ReactElement {
|
||||
<Tooltip title={<Typography>export</Typography>}>
|
||||
<Button onClick={() => props.export()}>
|
||||
<DownloadIcon color="primary" />
|
||||
<Typography>Export</Typography>
|
||||
Export
|
||||
</Button>
|
||||
</Tooltip>
|
||||
<Tooltip title={<Typography>import</Typography>}>
|
||||
<Button onClick={importSave}>
|
||||
<UploadIcon color="primary" />
|
||||
<Typography>Import</Typography>
|
||||
Import
|
||||
<input ref={importInput} id="import-game-file-selector" type="file" hidden onChange={onImport} />
|
||||
</Button>
|
||||
</Tooltip>
|
||||
|
||||
Reference in New Issue
Block a user