Skip to content

Commit cee4e50

Browse files
committed
fix(app): properly set desktop file name
1 parent 243abdd commit cee4e50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ int main(int argc, char *argv[])
233233
}
234234

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

0 commit comments

Comments
 (0)