Feature: Added WindowOpener class, which prevents having duplicate windows of the same type opened at the same time

This commit is contained in:
kerams
2014-04-11 19:16:59 +02:00
parent e0eb8c83e2
commit c36b5c77fc
3 changed files with 24 additions and 1 deletions

View File

@@ -517,7 +517,7 @@ namespace Wox
public void OpenSettingDialog()
{
new SettingWindow(this).Show();
WindowOpener.Open<SettingWindow>(this);
}
public void ShowCurrentResultItemTooltip(string text)