Skip to content

Commit 4b8f172

Browse files
authored
Code Quality: Refactored SidebarControl.xaml.cs (#10467)
1 parent 8a10983 commit 4b8f172

File tree

2 files changed

+273
-384
lines changed

2 files changed

+273
-384
lines changed

src/Files.App/UserControls/SidebarControl.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
IsSettingsVisible="False"
2020
IsTitleBarAutoPaddingEnabled="False"
2121
ItemInvoked="Sidebar_ItemInvoked"
22+
Loaded="SidebarNavView_Loaded"
2223
MenuItemsSource="{x:Bind ViewModel.SideBarItems, Mode=OneWay}"
2324
OpenPaneLength="{x:Bind UserSettingsService.AppearanceSettingsService.SidebarWidth, Mode=OneTime}"
2425
PaneClosed="NavigationView_PaneClosed"

0 commit comments

Comments
 (0)