From 1cdbd82450d510be52933e1f6185725397f04b3a Mon Sep 17 00:00:00 2001 From: Brandon Date: Thu, 14 Mar 2024 02:52:27 -0600 Subject: [PATCH] TopPanel: Add support for ThemeExtras navigation buttons --- source/Constants.xaml | 1 + source/CustomControls/TopPanelItem.xaml | 59 +++++++++++++++++++++++++ source/Views/TopPanel.xaml | 12 +++++ source/thememodifier.yaml | 2 + 4 files changed, 74 insertions(+) diff --git a/source/Constants.xaml b/source/Constants.xaml index b0792fd..907ef86 100644 --- a/source/Constants.xaml +++ b/source/Constants.xaml @@ -39,6 +39,7 @@ 11 True False + True 65 diff --git a/source/CustomControls/TopPanelItem.xaml b/source/CustomControls/TopPanelItem.xaml index 4f33e65..d491a37 100644 --- a/source/CustomControls/TopPanelItem.xaml +++ b/source/CustomControls/TopPanelItem.xaml @@ -43,4 +43,63 @@ + + + + \ No newline at end of file diff --git a/source/Views/TopPanel.xaml b/source/Views/TopPanel.xaml index c5f812c..b716345 100644 --- a/source/Views/TopPanel.xaml +++ b/source/Views/TopPanel.xaml @@ -203,6 +203,18 @@ + + + +