This commit is contained in:
Diana Qu 2024-08-28 13:10:00 -07:00
Родитель c1ee0b09db
Коммит b93a623301
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -137,8 +137,8 @@ namespace Microsoft.Web.WebView2.Core
{
enum CoreWebView2RestartRequestedPriority
{
Normal = 0,
High = 1,
Normal = 1000,
High = 2000,
};
runtimeclass CoreWebView2RestartRequestedEventArgs