Skip to content

Commit

Permalink
chore - remove test notification
Browse files Browse the repository at this point in the history
  • Loading branch information
amilich committed Aug 27, 2023
1 parent 9785a15 commit 7c34e70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions skiffWindowsApp/Skiff Desktop/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ private async Task InitializeBrowser()
WebView2.CoreWebView2.Settings.IsWebMessageEnabled = true; // Make sure this is set to true

await WebView2.CoreWebView2.AddScriptToExecuteOnDocumentCreatedAsync("window.IsSkiffWindowsDesktop = true;");

ShowToastNotification("Andrew", "a very long subject message lqwkje rlkqw jrelkq jwlrek jqwlek jr");
}

private async void WebView2_CoreWebView2InitializationCompleted(object sender, CoreWebView2InitializationCompletedEventArgs e)
Expand Down

0 comments on commit 7c34e70

Please sign in to comment.