mirror of
https://github.com/zealdocs/zeal.git
synced 2024-11-22 21:53:03 +03:00
fix(app): properly set desktop file name
This commit is contained in:
parent
243abdd02b
commit
cee4e505e9
@ -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"))));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user