main: fix application name

this is used for config path on windows and macos
This commit is contained in:
tobtoht 2024-10-07 01:48:20 +02:00
parent ec8d3bff57
commit c14333cdc3
No known key found for this signature in database
GPG key ID: E45B10DD027D2472

View file

@ -86,7 +86,7 @@ if (AttachConsole(ATTACH_PARENT_PROCESS)) {
Application app(argc, argv);
QApplication::setApplicationName("Feather");
QApplication::setApplicationName("FeatherWallet");
QApplication::setApplicationVersion(FEATHER_VERSION);
QCommandLineParser parser;