Change default value of force copy to True

This commit is contained in:
Jakub Trllo 2022-03-30 15:24:23 +02:00
parent 6108c34d20
commit 215da09d3d

View file

@ -22,4 +22,4 @@ class CreateLook(plugin.Creator):
self.data["maketx"] = self.make_tx
# Enable users to force a copy.
self.data["forceCopy"] = False
self.data["forceCopy"] = True