mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
do not require docker for plugin restart
we now have a more graceful restart mechanism specifically for plugins and most installs can handle this mechanism
This commit is contained in:
@@ -43,7 +43,7 @@ namespace BTCPayServer.Controllers
|
||||
Available = availablePlugins,
|
||||
Commands = pluginService.GetPendingCommands(),
|
||||
Disabled = pluginService.GetDisabledPlugins(),
|
||||
CanShowRestart = btcPayServerOptions.DockerDeployment,
|
||||
CanShowRestart = true,
|
||||
DownloadedPluginsByIdentifier = availablePluginsByIdentifier
|
||||
};
|
||||
return View(res);
|
||||
|
||||
Reference in New Issue
Block a user