Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
Edge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Brindle committed Sep 14, 2020
1 parent 0ef87f8 commit bbb35b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion YTMusicUploader/Dialogues/ConnectToYTMusic.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions YTMusicUploader/Dialogues/ConnectToYTMusic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace YTMusicUploader.Dialogues
{
/*## WARNING ####################################################################################
If you change anything in the ConnectYTMusic layout, the .Desinger.cs will put the '.Source'
If you change anything in the ConnectYTMusic layout, the .Desinger.cs will put the '.Source'
property back into the WebView2 control. You need to make sure you remove the Source line
so that we can set the CoreWebView2Environment 'before' setting the source (known bug).
Expand Down Expand Up @@ -72,7 +72,7 @@ private async void InitializeBrowser()
MainForm.ShowMessageBox(
"WebView2 Error",
$"{Environment.NewLine}It looks like Canary Edge Core never finished installing. {Environment.NewLine}{Environment.NewLine}" +
$"Please delete the folder: {Global.EdgeFolder} and then restart this application. If the error persists, then this application" +
$"Please delete the folder: {Global.EdgeFolder} and then restart this application. If the error persists, then this application " +
$"has been built wrong. Please see the 'WARNING' in file: 'Dialogues/ConnectToYTMusics." +
$"{Environment.NewLine}{Environment.NewLine}The application will reinstall automatically once restarted." +
$"{Environment.NewLine}{Environment.NewLine}Exception: {e.Message}" +
Expand Down

0 comments on commit bbb35b2

Please sign in to comment.