Skip to content

Commit 96b928f

Browse files
committed
Update CustomisationConstants.cs
1 parent 0e32df4 commit 96b928f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SophiApp/Customisations/CustomisationConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ public static extern bool ShowWindowAsync(IntPtr hWnd, int nCmdShow)
559559
internal const string WIN_TERMINAL_ID = "{9F156763-7844-4DC4-B2B1-901F640F5155}";
560560
internal const string _926_WINDOWS_TERMINAL = "WindowsTerminal";
561561
internal const string _928_WIN10_CONTEXT_MENU_PATH = @"Software\Classes\CLSID\{86ca1aa0-34aa-4e8b-a509-50c905bae2a2}\InprocServer32";
562-
internal const string ACTION_CENTER_APPX_PATH = @"SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\Settings\windows.immersivecontrolpanel_cw5n1h2txyewy!microsoft.windows.immersivecontrolpanel";
562+
internal const string ACTION_CENTER_APPX_PATH = @"SOFTWARE\Microsoft\Windows\CurrentVersion\Notifications\Settings\Sophia";
563563
internal const string ADMIN_PROMPT = "ConsentPromptBehaviorAdmin";
564564
internal const byte ADMIN_PROMPT_DEFAULT_VALUE = 5;
565565
internal const byte ADMIN_PROMPT_NEVER_VALUE = 0;

0 commit comments

Comments
 (0)