Skip to content
Snippets Groups Projects
Commit a8351b52 authored by Martin Finkel's avatar Martin Finkel
Browse files

#212 related fixes

parent ac020197
No related branches found
Tags 2.6.0
No related merge requests found
......@@ -34,6 +34,7 @@ namespace VLC.UI.Views.MusicPages
AppViewHelper.ResizeWindow(false, 400, 80);
await AppViewHelper.SetAppView(true);
AppViewHelper.SetTitleBar(DraggableGrid);
Locator.MediaPlaybackViewModel.SliderBindingEnabled = true;
}
async void Initialize()
......
......@@ -28,8 +28,9 @@ namespace VLC.UI.Views.MusicPages
Responsive();
this.SizeChanged += OnSizeChanged;
this.Unloaded += OnUnloaded;
Locator.MediaPlaybackViewModel.SliderBindingEnabled = true;
}
private void Slideshower_Loaded_1(object sender, RoutedEventArgs e)
{
Locator.Slideshow.Initialize(ref Slideshower);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment