File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,11 @@ public int SelectedCustomBrowserIndex
2323 OnPropertyChanged ( nameof ( CustomBrowser ) ) ;
2424 }
2525 }
26- public ObservableCollection < CustomBrowserViewModel > CustomBrowsers { get ; set ; }
26+
27+ public ObservableCollection < CustomBrowserViewModel > CustomBrowsers { get ; }
2728
2829 public CustomBrowserViewModel CustomBrowser => CustomBrowsers [ SelectedCustomBrowserIndex ] ;
30+
2931 public SelectBrowserWindow ( Settings settings )
3032 {
3133 _settings = settings ;
Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ public int SelectedCustomExplorerIndex
3131 OnPropertyChanged ( nameof ( CustomExplorer ) ) ;
3232 }
3333 }
34- public ObservableCollection < CustomExplorerViewModel > CustomExplorers { get ; set ; }
34+
35+ public ObservableCollection < CustomExplorerViewModel > CustomExplorers { get ; }
3536
3637 public CustomExplorerViewModel CustomExplorer => CustomExplorers [ SelectedCustomExplorerIndex ] ;
3738
You can’t perform that action at this time.
0 commit comments