Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

Commit

Permalink
Add a message on indexing process start for better transparency
Browse files Browse the repository at this point in the history
Signed-off-by: Igor Shishkin <me@teran.ru>
  • Loading branch information
teran committed Oct 19, 2017
1 parent 5963aa4 commit 7985aa9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deduplicator.lrdevplugin/FindDuplicates.lua
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ function Deduplicator.FindDuplicates()

indexerProgress:setCancelable(true)

LrDialogs.showBezel("Starting indexing...")

for i, photo in ipairs(catPhotos) do
if indexerProgress:isCanceled() then
break;
Expand Down

0 comments on commit 7985aa9

Please sign in to comment.