mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
fix(touchpanel): update SetAppUrl method to directly assign the provided URL
This commit is contained in:
parent
aff4c1e897
commit
dbd9ad5f25
1 changed files with 1 additions and 1 deletions
|
|
@ -611,7 +611,7 @@ namespace PepperDash.Essentials.Touchpanel
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public void SetAppUrl(string url)
|
public void SetAppUrl(string url)
|
||||||
{
|
{
|
||||||
_appUrl = GetUrlWithCorrectIp(url);
|
_appUrl = url;
|
||||||
|
|
||||||
AppUrlFeedback.FireUpdate();
|
AppUrlFeedback.FireUpdate();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue