We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 243abdd commit cee4e50Copy full SHA for cee4e50
1 file changed
src/app/main.cpp
@@ -233,7 +233,7 @@ int main(int argc, char *argv[])
233
}
234
235
// Set application-wide window icon. All message boxes and other windows will use it by default.
236
- qapp->setDesktopFileName(QStringLiteral("org.zealdocs.zeal.desktop"));
+ qapp->setDesktopFileName(QStringLiteral("org.zealdocs.zeal"));
237
qapp->setWindowIcon(QIcon::fromTheme(QStringLiteral("zeal"),
238
QIcon(QStringLiteral(":/zeal.ico"))));
239
0 commit comments