mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 03:36:44 +02:00
Fix typo Widow -> Window
This commit is contained in:
@@ -467,7 +467,7 @@ namespace Wox
|
||||
|
||||
public void OpenSettingDialog()
|
||||
{
|
||||
new SettingWidow(this).Show();
|
||||
new SettingWindow(this).Show();
|
||||
}
|
||||
|
||||
public void ShowCurrentResultItemTooltip(string text)
|
||||
|
||||
Reference in New Issue
Block a user