mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
@@ -37,7 +37,7 @@ namespace Wox
|
||||
{
|
||||
this._api = api;
|
||||
InitializeComponent();
|
||||
this.resultPanelPreview.DataContext = new ResultPanelViewModel();
|
||||
this.ResultListBoxPreview.DataContext = new ResultPanelViewModel();
|
||||
Loaded += Setting_Loaded;
|
||||
}
|
||||
|
||||
@@ -387,7 +387,7 @@ namespace Wox
|
||||
));
|
||||
}
|
||||
|
||||
resultPanelPreview.AddResults(new List<Result>
|
||||
ResultListBoxPreview.AddResults(new List<Result>
|
||||
{
|
||||
new Result
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user