diff --git a/src/app/game/page.tsx b/src/app/game/page.tsx index 299c3a0..aabfe0f 100644 --- a/src/app/game/page.tsx +++ b/src/app/game/page.tsx @@ -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 diff --git a/src/app/page.tsx b/src/app/page.tsx index 54e02a6..9348fca 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,6 +49,7 @@ export default function Installs () { setFadeOut(false) }} disabled={downloadProgress.length != 0} + title='Click to download more games.' > Download game diff --git a/src/app/settings/page.tsx b/src/app/settings/page.tsx index 98bc3ba..1452dab 100644 --- a/src/app/settings/page.tsx +++ b/src/app/settings/page.tsx @@ -155,6 +155,7 @@ export default function Settings () { onClick={async () => { await copyToClipboard(`v${version}`, normalConfig) }} + title='The current launcher version.' > v{version}