Allow to add/remove multiple playlists from settings window

This commit is contained in:
2024-10-23 14:37:54 +03:00
parent 6d09c2699c
commit 7cbda8a6b9
7 changed files with 127 additions and 30 deletions
+6
View File
@@ -17,5 +17,11 @@ namespace TV_Player
viewModel.OnKeyDownCommand.Execute(e);
}
}
protected override void OnManipulationBoundaryFeedback(ManipulationBoundaryFeedbackEventArgs e)
{
e.Handled = true;
}
}
}