diff --git a/OneMore/Commands/Tagging/LegacyTaggingConverter.cs b/OneMore/Commands/Tagging/LegacyTaggingConverter.cs index cca36c9275..25b7b631c2 100644 --- a/OneMore/Commands/Tagging/LegacyTaggingConverter.cs +++ b/OneMore/Commands/Tagging/LegacyTaggingConverter.cs @@ -70,6 +70,7 @@ public async Task UpgradeLegacyTags(IWin32Window owner) var count = await GetLegacyTagCount(); if (count == 0) { + Converted = true; // no legacy page tags to upgrade return false; }