.
This commit is contained in:
@@ -100,7 +100,7 @@ class RobocopyMirrorApp: # Renamed class for clarity
|
||||
# Confirmation for Mirroring (IMPORTANT!)
|
||||
confirm = messagebox.askyesno(
|
||||
"Confirm Mirror",
|
||||
f"WARNING: Mirroring will delete files/folders in the TARGET directory:\n\n{target}\n\nif they do not exist in the SOURCE directory:\n\n{source}\n\nAre you sure you want to proceed?"
|
||||
f"WARNING: Mirroring will delete files/folders in the TARGET directory:\n\n{target}\n\n if they do not exist in the SOURCE directory:\n\n{source}\n\n Are you sure you want to proceed?"
|
||||
)
|
||||
if not confirm:
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user