Skip to content

Commit f82ae6c

Browse files
authored
Change 'Create Unique Filename' to default
1 parent fcad7a5 commit f82ae6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/enfuseAdvanced.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ If you have a specific set of parameters you frequently like to use, you can sav
4545
4646
target file:
4747
Select your file destination path, or check the 'save to source image location' option.
48-
Unless 'Create unique filename' is selected, it will overwrite existing files
48+
'Create Unique Filename' is enabled by default at startup, the user can choose to overwrite existing
4949
Set any tags or style you desire to be added to the new image (only available if the auto-import option is enabled). You can also change the defaults for this under settings > lua options
5050
5151
format options:
@@ -860,7 +860,7 @@ temp = dt.preferences.read(mod, 'active_on_conflict_ind', 'integer')
860860
if not InRange(temp, 1, 2) then temp = 1 end
861861
GUI.Target.on_conflict = dt.new_widget('combobox'){
862862
label = _('on conflict'),
863-
selected = temp,
863+
selected = 1,
864864
'create unique filename','overwrite',
865865
changed_callback = function(self)
866866
dt.preferences.write(mod, 'active_on_conflict', 'string', self.value)

0 commit comments

Comments
 (0)