mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Remove hotkeys and fix tag selection (#505)
* Remove broken scene player hotkeys * Disable closing tag select menu after a select
This commit is contained in:
@@ -307,7 +307,8 @@ export const SettingsConfigurationPanel: React.FC = () => {
|
||||
onChange={() => setForceMkv(!forceMkv)}
|
||||
/>
|
||||
<Form.Text className="text-muted">
|
||||
Treat Matroska (MKV) as a supported container. Recommended for Chromium based browsers
|
||||
Treat Matroska (MKV) as a supported container. Recommended for
|
||||
Chromium based browsers
|
||||
</Form.Text>
|
||||
</Form.Group>
|
||||
<Form.Group id="force-options-hevc">
|
||||
@@ -318,7 +319,8 @@ export const SettingsConfigurationPanel: React.FC = () => {
|
||||
onChange={() => setForceHevc(!forceHevc)}
|
||||
/>
|
||||
<Form.Text className="text-muted">
|
||||
Treat HEVC as a supported codec. Recommended for Safari or some Android based browsers
|
||||
Treat HEVC as a supported codec. Recommended for Safari or some
|
||||
Android based browsers
|
||||
</Form.Text>
|
||||
</Form.Group>
|
||||
</Form.Group>
|
||||
|
||||
Reference in New Issue
Block a user