mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 21:04:37 +03:00
This reverts commit 8e235a26ee.
This commit is contained in:
@@ -272,12 +272,6 @@ export const SettingsInterfacePanel: React.FC = () => {
|
||||
</SettingSection>
|
||||
|
||||
<SettingSection headingID="config.ui.scene_player.heading">
|
||||
<BooleanSetting
|
||||
id="enable-chromecast"
|
||||
headingID="config.ui.scene_player.options.enable_chromecast"
|
||||
checked={ui.enableChromecast ?? undefined}
|
||||
onChange={(v) => saveUI({ enableChromecast: v })}
|
||||
/>
|
||||
<BooleanSetting
|
||||
id="show-scrubber"
|
||||
headingID="config.ui.scene_player.options.show_scrubber"
|
||||
|
||||
Reference in New Issue
Block a user