mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-03-24 14:49:30 +00:00
use renderer's max anisotropy, dispose of more resources
This commit is contained in:
parent
d31f3506a8
commit
409df9fcaa
68 changed files with 426 additions and 232 deletions
|
|
@ -195,16 +195,18 @@ export function ServerBrowser({ onClose }: { onClose: () => void }) {
|
|||
/>
|
||||
</div>
|
||||
<span className={styles.Hint}>Double-click a server to join</span>
|
||||
<button onClick={onClose} className={styles.CloseButton}>
|
||||
Cancel
|
||||
</button>
|
||||
<button
|
||||
onClick={handleJoinSelected}
|
||||
disabled={!selectedAddress}
|
||||
className={styles.JoinButton}
|
||||
>
|
||||
Join
|
||||
</button>
|
||||
<div className={styles.Actions}>
|
||||
<button onClick={onClose} className={styles.CloseButton}>
|
||||
Cancel
|
||||
</button>
|
||||
<button
|
||||
onClick={handleJoinSelected}
|
||||
disabled={!selectedAddress}
|
||||
className={styles.JoinButton}
|
||||
>
|
||||
Join
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue