Archived
1
0

Localization fixed. Player fixes. Menu fixes

Related Work Items: #243, #245
This commit is contained in:
Michael Gordeev
2019-01-08 00:19:30 +03:00
parent d11d529768
commit b5f4a007ff
4 changed files with 6 additions and 9 deletions
+3 -2
View File
@@ -220,6 +220,9 @@ namespace FoxTube
}
else if (e[0] as bool? == false)
{
for (int k = nav.MenuItems.Count - 1; k > 8; k--)
nav.MenuItems.RemoveAt(k);
account.Visibility = Visibility.Visible;
avatar.Visibility = Visibility.Collapsed;
@@ -232,8 +235,6 @@ namespace FoxTube
subsHeader.Visibility = Visibility.Collapsed;
subsHeader.Visibility = Visibility.Collapsed;
for(int k = 9; k < nav.MenuItems.Count; k++)
nav.MenuItems.RemoveAt(k);
}
else
{