Properly stylize the application name (#3775)

This is just a cosmetic change. On KDE Plasma, the title of the tray icon is set by either the name of the binary, or by calling `setApplicationName()`. So having it properly stylized looks better.
This commit is contained in:
guihkx 2019-11-08 19:54:56 -03:00 committed by Janek Bevendorff
parent f9097c84e9
commit 6339d61419

View File

@ -60,7 +60,7 @@ int main(int argc, char** argv)
#endif
Application app(argc, argv);
Application::setApplicationName("keepassxc");
Application::setApplicationName("KeePassXC");
Application::setApplicationVersion(KEEPASSXC_VERSION);
// don't set organizationName as that changes the return value of
// QStandardPaths::writableLocation(QDesktopServices::DataLocation)