From 4b041a370afe2189f506c2555655c1ac96fbe19a Mon Sep 17 00:00:00 2001 From: Richasy Date: Mon, 25 Oct 2021 12:01:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=85=B3=E8=81=94=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E5=9B=9E=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App/Controls/App/AppTitleBar.xaml | 2 +- src/App/Controls/App/AppTitleBar.xaml.cs | 14 +++--- src/App/Pages/RootPage.xaml.cs | 15 ++++--- .../PlayerViewModel.Properties.cs | 1 + .../Common/PlayerViewModel/PlayerViewModel.cs | 44 +++++++++++++++++++ .../VideoViewModel.Properties.cs | 5 +++ .../Common/VideoViewModel/VideoViewModel.cs | 1 + 7 files changed, 69 insertions(+), 13 deletions(-) diff --git a/src/App/Controls/App/AppTitleBar.xaml b/src/App/Controls/App/AppTitleBar.xaml index 66649b211..b5049eca1 100644 --- a/src/App/Controls/App/AppTitleBar.xaml +++ b/src/App/Controls/App/AppTitleBar.xaml @@ -81,7 +81,7 @@