Skip to content

Commit

Permalink
Update CustomisationStatus.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Inestic committed May 27, 2022
1 parent a8035bf commit 101df47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SophiApp/SophiApp/Customisations/CustomisationStatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ public static bool _259() => RegHelper.GetNullableIntValue(RegistryHive.CurrentU
public static bool _261() => RegHelper.GetNullableIntValue(RegistryHive.CurrentUser, ADVANCED_EXPLORER_PATH, _261_DISALLOW_WINDOWS_SHAKE) != ENABLED_VALUE;

public static bool _263() => OsHelper.GetVersion().Build >= _263_MIN_SUPPORTED_VERSION
? RegHelper.GetNullableIntValue(RegistryHive.CurrentUser, ADVANCED_EXPLORER_PATH, START_LAYOUT) == START_LAYOUT_DEFAULT_VALUE
? RegHelper.GetNullableIntValue(RegistryHive.CurrentUser, ADVANCED_EXPLORER_PATH, START_LAYOUT) == START_LAYOUT_DEFAULT_VALUE || RegHelper.GetNullableIntValue(RegistryHive.CurrentUser, ADVANCED_EXPLORER_PATH, START_LAYOUT) == null
: throw new WindowsEditionNotSupportedException();

public static bool _264() => RegHelper.GetNullableIntValue(RegistryHive.CurrentUser, ADVANCED_EXPLORER_PATH, START_LAYOUT) == START_LAYOUT_PINS_VALUE;
Expand Down

0 comments on commit 101df47

Please sign in to comment.