Skip to content

Commit

Permalink
remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
dnenov committed Feb 12, 2024
1 parent d152d57 commit 0518aef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/DynamoCoreWpf/Packages/HomePage/build/bundle.js

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions src/DynamoCoreWpf/Views/HomePage/HomePage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -225,12 +225,10 @@ internal async void LoadingDone()

LoadGraphs(recentFiles);

var testMessage = "I am being tested";
var userLocale = "en";

if (webView?.CoreWebView2 != null)
{
await webView.CoreWebView2.ExecuteScriptAsync(@$"window.setLoadingDone('{testMessage}')");
await webView.CoreWebView2.ExecuteScriptAsync(@$"window.setLocale('{userLocale}');");
}
}
Expand Down Expand Up @@ -318,7 +316,6 @@ private void ShowUserInterfaceGuidedTour()
catch (Exception)
{
return;
//sidebarGrid.Visibility = Visibility.Visible;
}
}

Expand Down Expand Up @@ -348,7 +345,6 @@ private void ShowPackagesGuidedTour()
catch (Exception)
{
return;
//sidebarGrid.Visibility = Visibility.Visible;
}
}

Expand Down

0 comments on commit 0518aef

Please sign in to comment.