mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-06-16 17:28:44 -04:00
fix: clarify dry runs do not preview folder renames
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
icon={FlaskConical}
|
||||
iconColor="text-amber-600 dark:text-amber-400"
|
||||
disabled={isNewConfig || !enabled || running || saving || $isDirty}
|
||||
tooltip="Preview which files would be renamed without making changes"
|
||||
tooltip="Preview which files would be renamed without making changes. Folder renames cannot be previewed."
|
||||
tooltipPosition="bottom"
|
||||
tooltipAlign="right"
|
||||
on:click={() => {
|
||||
|
||||
@@ -34,8 +34,9 @@
|
||||
<div>
|
||||
<dt class="font-medium text-neutral-900 dark:text-neutral-100">Dry Run</dt>
|
||||
<dd class="text-neutral-600 dark:text-neutral-400">
|
||||
Shows what would be renamed without making changes. Use this to preview before
|
||||
committing.
|
||||
Shows what files would be renamed without making changes. Use this to preview before
|
||||
committing. Folder renames cannot be previewed because the Arr API does not support it,
|
||||
so a live run may also rename folders not shown here.
|
||||
</dd>
|
||||
</div>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user