Skip to content

Commit

Permalink
Smart Extraction: Bug fix (#547)
Browse files Browse the repository at this point in the history
* Smart Extraction: Bug fix

* Derp fix
  • Loading branch information
R-YaTian authored Jan 14, 2025
1 parent a4fd9bf commit e3e8871
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NanaZip.UI.Modern/NanaZip.ShellExtension.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,8 @@ namespace NanaZip::ShellExtension
}

std::wstring Folder = BaseFolder;
if (this->m_CommandID != CommandID::ExtractHere)
if (this->m_CommandID != CommandID::ExtractHere &&
this->m_CommandID != CommandID::ExtractHereSmart)
{
Folder += SpecFolder;
}
Expand Down

0 comments on commit e3e8871

Please sign in to comment.