From 6339d61419e70bb9c3cf44caa9119166c0440fb4 Mon Sep 17 00:00:00 2001 From: guihkx <626206+guihkx@users.noreply.github.com> Date: Fri, 8 Nov 2019 19:54:56 -0300 Subject: [PATCH] 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. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 5aff860e1..dd503d957 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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)