mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-24 02:28:15 +03:00
Updated statistics
This commit is contained in:
parent
00796bee6f
commit
cd67e62521
3 changed files with 3 additions and 3 deletions
|
@ -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">
|
<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">
|
<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 |
|
@ -257,11 +257,11 @@ $(() => {
|
||||||
|
|
||||||
if (gpus)
|
if (gpus)
|
||||||
{
|
{
|
||||||
console.log(gpus);
|
|
||||||
|
|
||||||
for (const gpu of gpus.value)
|
for (const gpu of gpus.value)
|
||||||
$(`<li value="${gpu.Name.value}">${gpu.Name.value}</li>`).appendTo('#gpu .select-options ul');
|
$(`<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) => {
|
SwitcherooControl.getGpuByName(LauncherLib.getConfig('gpu')).then((gpu) => {
|
||||||
if (gpu)
|
if (gpu)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue