mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 11:39:25 +00:00
main: fix application name
this is used for config path on windows and macos
This commit is contained in:
parent
ec8d3bff57
commit
c14333cdc3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue