@@ -64,8 +64,6 @@ namespace FoxTube
|
||||
SecretsVault.CheckAuthorization();
|
||||
SecretsVault.CheckAddons();
|
||||
|
||||
DownloadAgent.Initialize();
|
||||
|
||||
SetTitleBar();
|
||||
}
|
||||
|
||||
@@ -229,7 +227,6 @@ namespace FoxTube
|
||||
{
|
||||
Methods.CloseApp();
|
||||
}));
|
||||
dialog.Commands.Add(new UICommand("Close"));
|
||||
|
||||
dialog.CancelCommandIndex = 1;
|
||||
dialog.DefaultCommandIndex = 0;
|
||||
@@ -237,6 +234,9 @@ namespace FoxTube
|
||||
await dialog.ShowAsync();
|
||||
}
|
||||
|
||||
if(e[0] as bool? != null)
|
||||
DownloadAgent.Initialize();
|
||||
|
||||
content.Navigate(typeof(Home));
|
||||
|
||||
if (videoPlaceholder.Content != null)
|
||||
|
||||
Reference in New Issue
Block a user