Finish tooltips

This commit is contained in:
2025-12-23 14:50:32 -07:00
parent 426d507ec2
commit 319d736274
3 changed files with 3 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ export default function Installs () {
setFadeOut(false)
}}
disabled={downloadProgress.length != 0}
title='Click to download more versions of this game.'
>
Download versions
</button>

View File

@@ -49,6 +49,7 @@ export default function Installs () {
setFadeOut(false)
}}
disabled={downloadProgress.length != 0}
title='Click to download more games.'
>
Download game
</button>

View File

@@ -155,6 +155,7 @@ export default function Settings () {
onClick={async () => {
await copyToClipboard(`v${version}`, normalConfig)
}}
title='The current launcher version.'
>
v{version}
</p>