mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2026-06-13 04:04:59 +03:00
Update launcher detection for NonSteamLaunchers
This commit is contained in:
@@ -2794,6 +2794,10 @@ METADATA_CODE = r"""
|
|||||||
return launcherIcons[resolveLauncherName(name)];
|
return launcherIcons[resolveLauncherName(name)];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (foundLauncher && foundLauncher.includes("NonSteamLaunchers")) {
|
||||||
|
foundLauncher = "NonSteamLaunchers";
|
||||||
|
}
|
||||||
|
|
||||||
const launcherName = foundLauncher;
|
const launcherName = foundLauncher;
|
||||||
const launcherIcon = launcherName ? getLauncherIcon(launcherName) : null;
|
const launcherIcon = launcherName ? getLauncherIcon(launcherName) : null;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user