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:
@@ -105,9 +105,9 @@ export const SettingsTasksPanel: React.FC = () => {
|
||||
cancel={{ onClick: () => setIsCleanAlertOpen(false) }}
|
||||
>
|
||||
<p>
|
||||
Are you sure you want to Clean? This will delete database information and
|
||||
generated content for all scenes and galleries that are no longer found in the
|
||||
filesystem.
|
||||
Are you sure you want to Clean? This will delete database information
|
||||
and generated content for all scenes and galleries that are no longer
|
||||
found in the filesystem.
|
||||
</p>
|
||||
</Modal>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user