mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-02-03 14:55:05 +00:00
feat: simplifies IHasOsd ShowWebView method signature
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user