From 131ee0e84b4c4b346d04ed24d53113dc7604a2d3 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Thu, 16 Nov 2023 18:52:13 +0000 Subject: [PATCH] added missing path variable --- src/wallet/plain_wallet_api.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wallet/plain_wallet_api.cpp b/src/wallet/plain_wallet_api.cpp index c3537bc8..505d540b 100644 --- a/src/wallet/plain_wallet_api.cpp +++ b/src/wallet/plain_wallet_api.cpp @@ -106,8 +106,8 @@ namespace plain_wallet std::string get_app_config_folder() { -#ifdef CAKEWALLET - return ""; +#ifdef CAKEWALLET + std::string path = ""; #elif WIN32 std::string path = get_bundle_working_dir() + "/" + APP_CONFIG_FOLDER + "/"; #else