Skip to content

Commit f9c7145

Browse files
authored
Merge pull request #24 from mast-eu/DisableAutoUpdate
Disable PM auto update
2 parents 6b1c098 + 003d992 commit f9c7145

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/PackageManager.UI/App.xaml.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,10 @@ protected override void OnStartup(StartupEventArgs e)
100100

101101
wnd.Show();
102102

103+
/*
103104
if (Args.IsSelfUpdate)
104105
RunSelfUpdate(wnd);
106+
*/
105107
}
106108

107109
private void BuildExceptionHandler()

0 commit comments

Comments
 (0)