feat: simplifies IHasOsd ShowWebView method signature

This commit is contained in:
aknous
2025-03-18 12:35:13 -04:00
parent b095d926d2
commit 46887579e4

View File

@@ -8,7 +8,7 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
{
public interface IHasWebView
{
void ShowWebView(string url, string mobileControlPath, string mode, string title, string target);
void ShowWebView(string url, string mode, string title, string target);
void HideWebView();
}
}