mirror of
https://github.com/Adamcake/Bolt.git
synced 2026-04-23 02:16:53 -04:00
launcher: fix check for flathub
This commit is contained in:
@@ -163,7 +163,7 @@ function start(s) {
|
||||
|
||||
const query = new URLSearchParams(window.location.search);
|
||||
platform = query.get("platform");
|
||||
isFlathub = query.get("flathub") || false;
|
||||
isFlathub = query.get("flathub") != "0";
|
||||
rs3LinuxInstalledHash = query.get("rs3_linux_installed_hash");
|
||||
runeliteInstalledID = query.get("runelite_installed_id");
|
||||
hdosInstalledVersion = query.get("hdos_installed_version");
|
||||
|
||||
Reference in New Issue
Block a user