Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/SophiApp/Customisations/CustomisationStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ public static bool _310() => RegHelper.GetNullableIntValue(RegistryHive.LocalMac
public static bool _311() => RegHelper.GetNullableIntValue(RegistryHive.LocalMachine, POLICY_SYSTEM_PATH, _311_ENABLE_LINKED) == _311_ENABLE_LINKED_VALUE;

public static bool _312() => RegHelper.GetNullableIntValue(RegistryHive.Users, _312_DELIVERY_SETTINGS_PATH, _312_DOWNLOAD_MODE)
.HasNullOrValue(ENABLED_VALUE);
.HasNullOrValue(DISABLED_VALUE).Invert();

public static bool _313() => DomainHelper.PcInDomain
? RegHelper.GetNullableIntValue(RegistryHive.LocalMachine, _313_WINLOGON_PATH, _313_FOREGROUND_POLICY)
Expand Down Expand Up @@ -703,4 +703,4 @@ public static bool _927() => UwpHelper.PackageExist(UWP_WINDOWS_TERMINAL)

public static bool ItsMagic() => true;
}
}
}