mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
Fix typo Widow -> Window
This commit is contained in:
@@ -17,12 +17,12 @@ namespace Wox
|
||||
{
|
||||
public partial class CustomPluginHotkeySetting : Window
|
||||
{
|
||||
private SettingWidow settingWidow;
|
||||
private SettingWindow settingWidow;
|
||||
private bool update;
|
||||
private CustomPluginHotkey updateCustomHotkey;
|
||||
|
||||
|
||||
public CustomPluginHotkeySetting(SettingWidow settingWidow)
|
||||
public CustomPluginHotkeySetting(SettingWindow settingWidow)
|
||||
{
|
||||
this.settingWidow = settingWidow;
|
||||
InitializeComponent();
|
||||
|
||||
Reference in New Issue
Block a user