mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
HockeyApp correct app id
This commit is contained in:
@@ -30,7 +30,11 @@ namespace ModernKeePass
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public App()
|
public App()
|
||||||
{
|
{
|
||||||
|
#if DEBUG
|
||||||
HockeyClient.Current.Configure("2fe83672887b4910b9de93a4398d0f8f");
|
HockeyClient.Current.Configure("2fe83672887b4910b9de93a4398d0f8f");
|
||||||
|
#else
|
||||||
|
HockeyClient.Current.Configure("9eb5fbb79b484fbd8daf04635e975c84");
|
||||||
|
#endif
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
Suspending += OnSuspending;
|
Suspending += OnSuspending;
|
||||||
Resuming += OnResuming;
|
Resuming += OnResuming;
|
||||||
|
Reference in New Issue
Block a user