Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shenlebantongying committed Feb 9, 2025
1 parent 9aae1d6 commit c206d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dict/epwing.cc
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ void EpwingDictionary::loadIcon() noexcept
QString::fromStdString( getDictionaryFilenames()[ 0 ] ) + QDir::separator() + eBook.getCurrentSubBookDirectory();

if ( !fileName.isEmpty() )
loadIconFromFile( fileName );
loadIconFromFileName( fileName );

if ( dictionaryIcon.isNull() ) {
// Load failed -- use default icons
Expand Down

0 comments on commit c206d2e

Please sign in to comment.