Skip to content

Commit

Permalink
fix: comment out unfinish code...
Browse files Browse the repository at this point in the history
-
  • Loading branch information
rodriada000 committed May 1, 2020
1 parent 6431ef5 commit c366e2a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions SeventhHeavenUI/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ internal static void ProcessCommandLineArgs(string[] args, bool closeAfterProces
// check if its a catalog url or a mod download url
if (parm.StartsWith("iros://mod/"))
{
App.Current.Dispatcher.Invoke(() =>
{
MainWindow window = App.Current.MainWindow as MainWindow;
window.ViewModel.CatalogMods.DownloadMod();
});
//App.Current.Dispatcher.Invoke(() =>
//{
// MainWindow window = App.Current.MainWindow as MainWindow;
// window.ViewModel.CatalogMods.DownloadMod();
//});
}
else
{
Expand Down

0 comments on commit c366e2a

Please sign in to comment.