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:
parent
5a1ba1b0dc
commit
23606f6d6c
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user