From: tobtoht Date: Sun, 6 Oct 2024 23:48:20 +0000 (+0200) Subject: main: fix application name X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=c14333cdc3ff036f53b85311511165a8d9484d25;p=gamesguru%2Ffeather.git main: fix application name this is used for config path on windows and macos --- diff --git a/src/main.cpp b/src/main.cpp index ed516db6..b285482d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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;