Skip to content

Commit

Permalink
Update CustomisationOs.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
farag2 committed Sep 21, 2022
1 parent d13c162 commit cb15e2e
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions SophiApp/SophiApp/Customisations/CustomisationOs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -519,20 +519,11 @@ public static void _261(bool IsChecked) => RegHelper.SetValue(RegistryHive.Curre
: _261_DISABLED_VALUE,
RegistryValueKind.DWord);

public static void _263(bool _) => RegHelper.SetValue(RegistryHive.CurrentUser,
ADVANCED_EXPLORER_PATH,
START_LAYOUT,
START_LAYOUT_DEFAULT_VALUE);
public static void _263(bool _) => RegHelper.SetValue(RegistryHive.CurrentUser, ADVANCED_EXPLORER_PATH, START_LAYOUT, START_LAYOUT_DEFAULT_VALUE, RegistryValueKind.DWord);

public static void _264(bool _) => RegHelper.SetValue(RegistryHive.CurrentUser,
ADVANCED_EXPLORER_PATH,
START_LAYOUT,
START_LAYOUT_PINS_VALUE);
public static void _264(bool _) => RegHelper.SetValue(RegistryHive.CurrentUser, ADVANCED_EXPLORER_PATH, START_LAYOUT, START_LAYOUT_PINS_VALUE, RegistryValueKind.DWord);

public static void _265(bool _) => RegHelper.SetValue(RegistryHive.CurrentUser,
ADVANCED_EXPLORER_PATH,
START_LAYOUT,
START_LAYOUT_RECOMMENDATIONS_VALUE);
public static void _265(bool _) => RegHelper.SetValue(RegistryHive.CurrentUser, ADVANCED_EXPLORER_PATH, START_LAYOUT, START_LAYOUT_RECOMMENDATIONS_VALUE, RegistryValueKind.DWord);

public static void _266(bool IsChecked)
{
Expand Down

0 comments on commit cb15e2e

Please sign in to comment.