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 cd5f6c2 commit a960debCopy full SHA for a960deb
src/Files.App/UserControls/InnerNavigationToolbar.xaml.cs
@@ -17,7 +17,6 @@ public sealed partial class InnerNavigationToolbar : UserControl
17
public InnerNavigationToolbar()
18
{
19
InitializeComponent();
20
- InfoPaneViewModel = Ioc.Default.GetRequiredService<InfoPaneViewModel>();
21
}
22
23
public IUserSettingsService UserSettingsService { get; } = Ioc.Default.GetRequiredService<IUserSettingsService>();
@@ -28,8 +27,6 @@ public InnerNavigationToolbar()
28
27
29
public AppModel AppModel => App.AppModel;
30
31
- public readonly InfoPaneViewModel InfoPaneViewModel;
32
-
33
public ToolbarViewModel ViewModel
34
35
get => (ToolbarViewModel)GetValue(ViewModelProperty);
0 commit comments