]> Nutra Git (v2) - gamesguru/feather.git/commitdiff
main: fix application name
authortobtoht <tob@featherwallet.org>
Sun, 6 Oct 2024 23:48:20 +0000 (01:48 +0200)
committertobtoht <tob@featherwallet.org>
Sun, 6 Oct 2024 23:51:18 +0000 (01:51 +0200)
this is used for config path on windows and macos

src/main.cpp

index ed516db64e3805091ce590683be53ea02a476e04..b285482d139dd1df35c83a3de6e9996b647e9c03 100644 (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;