File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
src/Files.App/Views/Properties Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 11// Copyright (c) Files Community
22// Licensed under the MIT License.
33
4- using Windows . Graphics ;
54using Files . App . ViewModels . Properties ;
6- using Microsoft . UI ;
5+ using Microsoft . UI . Input ;
76using Microsoft . UI . Windowing ;
87using Microsoft . UI . Xaml ;
9- using Microsoft . UI . Xaml . Controls ;
108using Microsoft . UI . Xaml . Input ;
119using Microsoft . UI . Xaml . Navigation ;
10+ using Windows . Graphics ;
1211using Windows . System ;
13- using Windows . UI ;
14- using Microsoft . UI . Input ;
1512
1613namespace Files . App . Views . Properties
1714{
@@ -33,7 +30,7 @@ public MainPropertiesPage()
3330 FlowDirection = FlowDirection . RightToLeft ;
3431 }
3532
36-
33+
3734 // Navigates to specified properties page
3835 public bool TryNavigateToPage ( PropertiesNavigationViewItemType pageType )
3936 {
You can’t perform that action at this time.
0 commit comments