mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
ResultPanelViewModel -> ResultsViewModel, part 2
part of refactoring for PR #494
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Wox
|
||||
{
|
||||
this._api = api;
|
||||
InitializeComponent();
|
||||
this.ResultListBoxPreview.DataContext = new ResultPanelViewModel();
|
||||
this.ResultListBoxPreview.DataContext = new ResultsViewModel();
|
||||
Loaded += Setting_Loaded;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user