Correct AppID in HockeyApp

This commit is contained in:
BONNEVILLE Geoffroy
2018-06-11 18:55:55 +02:00
parent 2c6530f3b0
commit 9921a4db52

View File

@@ -27,7 +27,7 @@ namespace ModernKeePass
/// </summary>
public App()
{
HockeyClient.Current.Configure("ModernKeePass");
HockeyClient.Current.Configure("2fe83672887b4910b9de93a4398d0f8f");
InitializeComponent();
Suspending += OnSuspending;
Resuming += OnResuming;