Clean missing galleries (#489)

* Clean missing galleries
* Refactor matchFile
This commit is contained in:
WithoutPants
2020-04-25 09:32:55 +10:00
committed by GitHub
parent 8a4d853a5d
commit 5923917e6c
5 changed files with 93 additions and 35 deletions

View File

@@ -105,8 +105,8 @@ export const SettingsTasksPanel: React.FC = () => {
cancel={{ onClick: () => setIsCleanAlertOpen(false) }}
>
<p>
Are you sure you want to Clean? This will delete db information and
generated content for all scenes that are no longer found in the
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>