Updated statistics

This commit is contained in:
Observer KRypt0n_ 2021-12-07 18:44:05 +02:00
parent 00796bee6f
commit cd67e62521
No known key found for this signature in database
GPG key ID: DC5D4EC1303465DA
3 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@ This launcher is also available as the [an-anime-game-launcher](https://aur.arch
<img src="repository-pics/stats/2.2.0.png">
### 2.3.0 — 43 total
### 2.3.0 — 50 total
<img src="repository-pics/stats/2.3.0.png">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 60 KiB

View file

@ -257,11 +257,11 @@ $(() => {
if (gpus)
{
console.log(gpus);
for (const gpu of gpus.value)
$(`<li value="${gpu.Name.value}">${gpu.Name.value}</li>`).appendTo('#gpu .select-options ul');
console.log(`Selected GPU: ${LauncherLib.getConfig('gpu')}`);
SwitcherooControl.getGpuByName(LauncherLib.getConfig('gpu')).then((gpu) => {
if (gpu)
{