Removed setting UI XAML file and references

This commit is contained in:
Divyansh
2020-03-23 14:37:43 -07:00
parent 6414fe8cf8
commit 7c174b9c05
9 changed files with 0 additions and 907 deletions

View File

@@ -83,11 +83,6 @@ namespace Wox.Plugin
/// <param name="iconPath">Message icon path (relative path to your plugin folder)</param>
void ShowMsg(string title, string subTitle = "", string iconPath = "", bool useMainWindowAsOwner = true);
/// <summary>
/// Open setting dialog
/// </summary>
void OpenSettingDialog();
/// <summary>
/// Show loading animation
/// </summary>