mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Library updates
This commit is contained in:
@@ -14,7 +14,7 @@ export const SettingsInterfacePanel: React.FC = () => {
|
||||
const [css, setCSS] = useState<string>();
|
||||
const [cssEnabled, setCSSEnabled] = useState<boolean>();
|
||||
|
||||
const updateInterfaceConfig = StashService.useConfigureInterface({
|
||||
const [updateInterfaceConfig] = StashService.useConfigureInterface({
|
||||
soundOnPreview,
|
||||
wallShowTitle,
|
||||
maximumLoopDuration,
|
||||
|
||||
Reference in New Issue
Block a user