Finish tooltips
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user