Notification system development 1
This commit is contained in:
@@ -74,7 +74,7 @@ namespace FoxTube
|
||||
if (settings.Values["ver"] == null)
|
||||
settings.Values.Add("ver", $"{ver.Major}.{ver.Minor}");
|
||||
|
||||
if((string)settings.Values["ver"] != $"{ver.Major}.{ver.Minor}") //Replace for '!=' !!!
|
||||
if((string)settings.Values["ver"] == $"{ver.Major}.{ver.Minor}") //Replace for '!=' !!!
|
||||
{
|
||||
try
|
||||
{
|
||||
@@ -91,6 +91,7 @@ namespace FoxTube
|
||||
|
||||
SecretsVault.AuthorizationStateChanged += Vault_AuthorizationStateChanged;
|
||||
SecretsVault.SubscriptionsChanged += SecretsVault_SubscriptionsChanged;
|
||||
SecretsVault.CheckAuthorization();
|
||||
SetTitleBar();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user