Skip to content

Commit

Permalink
avoid legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencohn committed Apr 24, 2024
1 parent 061c641 commit dab3d25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OneMore/Commands/Tagging/LegacyTaggingConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public async Task<bool> UpgradeLegacyTags(IWin32Window owner)
var count = await GetLegacyTagCount();
if (count == 0)
{
Converted = true;
// no legacy page tags to upgrade
return false;
}
Expand Down

0 comments on commit dab3d25

Please sign in to comment.