1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-14 02:34:07 +02:00

Prevent Updates Settings tab from triggering the event for update checks with ID 0

This commit is contained in:
chylex 2016-07-05 21:37:15 +02:00
parent 5a1ba1b0dc
commit 23606f6d6c

View File

@ -5,7 +5,7 @@
namespace TweetDck.Core.Other.Settings{
partial class TabSettingsUpdates : BaseTabSettings{
private readonly UpdateHandler updates;
private int updateCheckEventId;
private int updateCheckEventId = -1;
public TabSettingsUpdates(UpdateHandler updates){
InitializeComponent();