mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Feature: Added WindowOpener class, which prevents having duplicate windows of the same type opened at the same time
This commit is contained in:
@@ -517,7 +517,7 @@ namespace Wox
|
||||
|
||||
public void OpenSettingDialog()
|
||||
{
|
||||
new SettingWindow(this).Show();
|
||||
WindowOpener.Open<SettingWindow>(this);
|
||||
}
|
||||
|
||||
public void ShowCurrentResultItemTooltip(string text)
|
||||
|
||||
Reference in New Issue
Block a user