mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Plugin settings (#4143)
* Add backend support for plugin settings * Add plugin settings config * Add UI support for plugin settings
This commit is contained in:
@@ -2031,6 +2031,11 @@ export const useConfigureDLNA = () =>
|
||||
update: updateConfiguration,
|
||||
});
|
||||
|
||||
export const useConfigurePlugin = () =>
|
||||
GQL.useConfigurePluginMutation({
|
||||
update: updateConfiguration,
|
||||
});
|
||||
|
||||
export const useEnableDLNA = () => GQL.useEnableDlnaMutation();
|
||||
|
||||
export const useDisableDLNA = () => GQL.useDisableDlnaMutation();
|
||||
|
||||
Reference in New Issue
Block a user