From 0154dc9f3bbb027422a31ee69a730159bbe53953 Mon Sep 17 00:00:00 2001 From: Lamparter Date: Tue, 17 Sep 2024 18:54:07 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20Add=20home=20button=20to=20tab=20ba?= =?UTF-8?q?r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CustomTabView/CustomTabView.xaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/FluentHub.App/UserControls/CustomTabView/CustomTabView.xaml b/src/FluentHub.App/UserControls/CustomTabView/CustomTabView.xaml index 53433f32f..4c12e52a8 100644 --- a/src/FluentHub.App/UserControls/CustomTabView/CustomTabView.xaml +++ b/src/FluentHub.App/UserControls/CustomTabView/CustomTabView.xaml @@ -34,6 +34,23 @@ SelectedItem="{x:Bind SelectedItem, Mode=TwoWay}" TabCloseRequested="OnMainTabViewTabCloseRequested" TabItemsSource="{x:Bind TabItems, Mode=OneWay}"> + + +