Update src/PepperDash.Essentials.Core/DeviceTypeInterfaces/IHasWebView.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Neil Dorin 2026-02-24 14:53:31 -07:00 committed by GitHub
parent bd38475b10
commit e162ed208b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -48,7 +48,7 @@ namespace PepperDash.Essentials.Core.DeviceTypeInterfaces
bool IsInPwaMode { get; } bool IsInPwaMode { get; }
/// <summary> /// <summary>
/// Indicates whether the webview is currently in PWA mode /// Gets the BoolFeedback indicating whether the webview is currently in PWA mode
/// </summary> /// </summary>
BoolFeedback IsInPwaModeFeedback { get; } BoolFeedback IsInPwaModeFeedback { get; }