mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2025-12-13 15:44:35 +01:00
Implement launching the game on Linux
This commit is contained in:
@@ -434,6 +434,16 @@ export default class Options extends React.Component<IProps, IState> {
|
||||
</BigButton>
|
||||
</div>
|
||||
</div>
|
||||
{this.state.platform === 'linux' && (
|
||||
<>
|
||||
<Divider />
|
||||
<div className="OptionSection" id="menuOptionsContainerCheckAAGL">
|
||||
<div className="OptionLabel" id="menuOptionsLabelCheckAAGL">
|
||||
<Tr text="options.check_aagl" />
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
)}
|
||||
{this.state.swag && (
|
||||
<>
|
||||
<Divider />
|
||||
|
||||
Reference in New Issue
Block a user