port help element

This commit is contained in:
SpikeHD
2022-05-21 21:58:04 -07:00
parent 93f3ced89f
commit f14bfcaed6
4 changed files with 51 additions and 6 deletions

View File

@@ -150,7 +150,7 @@ export default class ServerLaunchSection extends React.Component<IProps, IState>
<TextInput style={{
width: '10%',
}} id="port" key="port" placeholder={this.state.portPlaceholder} onChange={this.setPort}/>
<HelpButton />
<HelpButton contents="Ensure this is the Dispatch server port, not the Game server port. This is almost always '443'." />
</div>
<div className="ServerLaunchButtons">