We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46122e commit 1ebcad2Copy full SHA for 1ebcad2
1 file changed
specs/MultiProfile.md
@@ -196,7 +196,7 @@ namespace Microsoft.Web.WebView2.Core
196
{
197
String ProfileName { get; set; };
198
199
- Int32 InPrivateModeEnabled { get; set; };
+ Boolean IsInPrivateModeEnabled { get; set; };
200
}
201
202
runtimeclass CoreWebView2Environment
@@ -227,7 +227,7 @@ namespace Microsoft.Web.WebView2.Core
227
228
String ProfileName { get; };
229
230
- Int32 InPrivateModeEnabled { get; };
+ Boolean IsInPrivateModeEnabled { get; };
231
232
String ProfilePath { get; };
233
0 commit comments