Skip to content

Commit

Permalink
Update CustomisationStatus.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Inestic committed Mar 10, 2022
1 parent f957ae1 commit f1be428
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 @@ -169,7 +169,7 @@ public static bool _223() => RegHelper.GetNullableIntValue(RegistryHive.CurrentU

public static bool _225() => RegHelper.GetByteValue(RegistryHive.CurrentUser, ADVANCED_EXPLORER_PATH, EXPLORER_TASKBAR_ALIGNMENT) == _225_TASKBAR_ALIGNMENT_CENTER;

public static bool _227() => RegHelper.GetByteValue(RegistryHive.CurrentUser, TASKBAR_SEARCH_PATH, TASKBAR_SEARCH_MODE) == ENABLED_VALUE;
public static bool _227() => (RegHelper.GetNullableByteValue(RegistryHive.CurrentUser, TASKBAR_SEARCH_PATH, TASKBAR_SEARCH_MODE) == DISABLED_VALUE).Invert();

public static bool _228() => RegHelper.GetNullableIntValue(RegistryHive.CurrentUser, ADVANCED_EXPLORER_PATH, SHOW_TASKVIEW_BUTTON)
.HasNullOrValue(ENABLED_VALUE);
Expand Down

0 comments on commit f1be428

Please sign in to comment.