Skip to content

Commit

Permalink
fix(app): properly set desktop file name
Browse files Browse the repository at this point in the history
  • Loading branch information
trollixx committed Aug 8, 2023
1 parent 243abdd commit cee4e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ int main(int argc, char *argv[])
}

// Set application-wide window icon. All message boxes and other windows will use it by default.
qapp->setDesktopFileName(QStringLiteral("org.zealdocs.zeal.desktop"));
qapp->setDesktopFileName(QStringLiteral("org.zealdocs.zeal"));
qapp->setWindowIcon(QIcon::fromTheme(QStringLiteral("zeal"),
QIcon(QStringLiteral(":/zeal.ico"))));

Expand Down

0 comments on commit cee4e50

Please sign in to comment.