mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-08-28 11:34:05 +00:00
fix migration of settings
This commit is contained in:
@@ -34,7 +34,7 @@ async function migrateOldDeveloperSettings(): Promise<void> {
|
||||
|
||||
const oldGatewayCompression = localStorage.getItem("gateWayComp");
|
||||
if (oldGatewayCompression !== null) {
|
||||
devSettings.gatewayCompression = oldGatewayCompression === "true";
|
||||
devSettings.gatewayCompression = oldGatewayCompression !== "false";
|
||||
localStorage.removeItem("gateWayComp");
|
||||
mod = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user