Skip to content

Commit

Permalink
Fixed log mask removal
Browse files Browse the repository at this point in the history
  • Loading branch information
farag2 committed Dec 25, 2022
1 parent 714082c commit 6b393cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SophiApp/Customisations/CustomisationConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ public static extern bool ShowWindowAsync(IntPtr hWnd, int nCmdShow)
internal const string DISABLED = "Disabled";
internal const byte DISABLED_VALUE = 0;
internal const string DOTNET_INSTALL_ARGS = "/install /passive /norestart";
internal const string DOTNET_LOG_PATTERN = "Microsoft_Windows_Desktop_Runtime*.log";
internal const string DOTNET_LOG_PATTERN = "Microsoft_.NET_Runtime*.log";
internal const string ENABLED = "Enabled";
internal const byte ENABLED_VALUE = 1;
internal const string ENTHUSIAST_MODE = "EnthusiastMode";
Expand Down

0 comments on commit 6b393cf

Please sign in to comment.