mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 04:14:39 +03:00
Add support for disabling plugins (#4141)
* Move timestamp to own file * Backend changes * UI changes
This commit is contained in:
@@ -2,6 +2,7 @@ query Plugins {
|
||||
plugins {
|
||||
id
|
||||
name
|
||||
enabled
|
||||
description
|
||||
url
|
||||
version
|
||||
@@ -26,6 +27,7 @@ query PluginTasks {
|
||||
plugin {
|
||||
id
|
||||
name
|
||||
enabled
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user