mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 14:34:23 +01:00
Issue 6918 re enable plugin (#6930)
* Added the enable button on disabled plugins * Added the disable function and button for installed plugins * Changes based on the coderabbitai comments * Removed markers and added the disable in the same if block as the unistall * Hide the uninstall button when plugin is queued for enabling * Removed the duplicate enale function * Removed the disable button for installed plugins * Removed the disableplugin functions as they are no longer needed * Trigger CI pipeline after dotnet restore * reverted the git ignore
This commit is contained in:
@@ -491,6 +491,7 @@ namespace BTCPayServer.Plugins
|
||||
QueueCommands(pluginDir, ("disable", plugin));
|
||||
}
|
||||
|
||||
|
||||
// Loads the list of disabled plugins from the file
|
||||
private static HashSet<string> GetDisabledPluginIdentifiers(string pluginsFolder)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user