The tray icon title of KeePassXC, at least on KDE Plasma, is written in lowercase characters:
IMO, having the title properly stylized, looks much better, along with the other icons:
I "fixed it" by simply changing the following line:
https://github.com/keepassxreboot/keepassxc/blob/2.4.3/src/main.cpp#L63
Qt doc states:
This property holds the name of this application
If not set, the application name defaults to the executable name (since 5.0).
Now, I'm not a C++ programmer so I wouldn't know if it breaks something else.
This is just for looks, honestly.
Huh, sounds good
Hi again,
I'd feel silly sending a PR to change only that one line I mentioned. Nonetheless, if you think I should do it, please let me know. 馃槅
Please do