Skip to content

Commit 3d590bb

Browse files
yaira20x5bfa
andauthored
Update src/Files.App/Views/MainPage.xaml.cs
Co-authored-by: 0x5BFA <[email protected]> Signed-off-by: Yair <[email protected]>
1 parent 022d25e commit 3d590bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Views/MainPage.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public sealed partial class MainPage : Page
2828
private IGeneralSettingsService generalSettingsService { get; } = Ioc.Default.GetRequiredService<IGeneralSettingsService>();
2929
public IUserSettingsService UserSettingsService { get; }
3030
private readonly IWindowContext WindowContext = Ioc.Default.GetRequiredService<IWindowContext>();
31-
public ICommandManager Commands { get; } = Ioc.Default.GetRequiredService<ICommandManager>();
31+
private readonly ICommandManager Commands = Ioc.Default.GetRequiredService<ICommandManager>();
3232
public SidebarViewModel SidebarAdaptiveViewModel { get; }
3333
public MainPageViewModel ViewModel { get; }
3434

0 commit comments

Comments
 (0)