We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 274c1e3 + 30cb11f commit 62e017aCopy full SHA for 62e017a
src/PackageManager.UI/App.xaml.cs
@@ -2,7 +2,6 @@
2
using System.Collections.Generic;
3
using System.IO;
4
using System.Linq;
5
-using System.Threading.Tasks;
6
using System.Windows;
7
using System.Windows.Threading;
8
using Neptuo.Activators;
@@ -105,7 +104,14 @@ protected override void OnStartup(StartupEventArgs e)
105
104
wnd.Show();
106
107
if (Args.IsSelfUpdate)
+ {
108
RunSelfUpdate(wnd);
109
+ }
110
+ else
111
112
+ wnd.ViewModel.Browser.Search
113
+ .Execute();
114
115
}
116
117
private void BuildExceptionHandler()
0 commit comments