mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
Implement #15
This commit is contained in:
@@ -60,12 +60,6 @@ namespace Wox.Plugin
|
||||
API.OpenSettingDialog();
|
||||
}
|
||||
|
||||
[Obsolete("This method has been obsoleted, use API.ShowCurrentResultItemTooltip instead")]
|
||||
public void ShowCurrentResultItemTooltip(string tooltip)
|
||||
{
|
||||
API.ShowCurrentResultItemTooltip(tooltip);
|
||||
}
|
||||
|
||||
[Obsolete("This method has been obsoleted, use API.StartLoadingBar instead")]
|
||||
public void StartLoadingBar()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user