Skip to content

Commit

Permalink
New default values for review
Browse files Browse the repository at this point in the history
  • Loading branch information
bmachek committed Sep 28, 2024
1 parent e3fe9bb commit b47a19a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lrc-ai-tagger.lrplugin/PluginInfoDialogSections.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ function PluginInfoDialogSections.startDialog(propertyTable)
end

if prefs.reviewCaption == nil then
prefs.reviewCaption = true
prefs.reviewCaption = false
end

if prefs.reviewTitle == nil then
prefs.reviewTitle = true
prefs.reviewTitle = false
end

if prefs.titleTask == nil then
Expand Down

0 comments on commit b47a19a

Please sign in to comment.