We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a10983 commit 4b8f172Copy full SHA for 4b8f172
src/Files.App/UserControls/SidebarControl.xaml
@@ -19,6 +19,7 @@
19
IsSettingsVisible="False"
20
IsTitleBarAutoPaddingEnabled="False"
21
ItemInvoked="Sidebar_ItemInvoked"
22
+ Loaded="SidebarNavView_Loaded"
23
MenuItemsSource="{x:Bind ViewModel.SideBarItems, Mode=OneWay}"
24
OpenPaneLength="{x:Bind UserSettingsService.AppearanceSettingsService.SidebarWidth, Mode=OneTime}"
25
PaneClosed="NavigationView_PaneClosed"
0 commit comments