Skip to content

Commit

Permalink
remove boom mixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zznty committed Oct 9, 2024
1 parent 327bab4 commit 8ae066b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions MusicX/RootWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,11 @@ private async void Window_Loaded(object sender, RoutedEventArgs e)
{ Tag = "test", Icon = SymbolRegular.AppFolder24, Content = "TEST", PageType = typeof(TestPage) };
navigationBar.Items.Add(item);
#endif
navigationBar.Items.Add(new()
{
Tag = "vkmix", PageDataContext = StaticService.Container.GetRequiredService<VKMixViewModel>(),
Icon = SymbolRegular.Stream24, Content = "Микс", PageType = typeof(VKMixView)
});
// navigationBar.Items.Add(new()
// {
// Tag = "vkmix", PageDataContext = StaticService.Container.GetRequiredService<VKMixViewModel>(),
// Icon = SymbolRegular.Stream24, Content = "Микс", PageType = typeof(VKMixView)
// });
navigationBar.Items.Add(new()
{
Tag = "downloads",
Expand Down

0 comments on commit 8ae066b

Please sign in to comment.