diff --git a/BTCPayServer/Controllers/ServerController.cs b/BTCPayServer/Controllers/ServerController.cs index ade6bd002..525cd48a1 100644 --- a/BTCPayServer/Controllers/ServerController.cs +++ b/BTCPayServer/Controllers/ServerController.cs @@ -275,6 +275,8 @@ namespace BTCPayServer.Controllers [HttpPost] public async Task Policies(PoliciesSettings settings, string command = "") { + + ViewBag.UpdateUrlPresent = _Options.UpdateUrl != null; ViewBag.AppsList = await GetAppSelectList(); if (command == "add-domain") {