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) setFadeOut(false)
}} }}
disabled={downloadProgress.length != 0} disabled={downloadProgress.length != 0}
title='Click to download more versions of this game.'
> >
Download versions Download versions
</button> </button>

View File

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

View File

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