From 71d9553488958df52c6b9fab4f3bd46035d1e75f Mon Sep 17 00:00:00 2001 From: Dmitry Puzyrkov <dpuzyrkov@Dmitrys-MacBook-Air.local> Date: Thu, 19 Dec 2024 20:18:06 +0700 Subject: [PATCH] ... --- CellframeNodeTray/NodeTrayCommandController.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CellframeNodeTray/NodeTrayCommandController.cpp b/CellframeNodeTray/NodeTrayCommandController.cpp index 1a8ca89..3870257 100644 --- a/CellframeNodeTray/NodeTrayCommandController.cpp +++ b/CellframeNodeTray/NodeTrayCommandController.cpp @@ -242,7 +242,7 @@ QString NodeTrayCommandController::getConfigPath() #endif #ifdef __APPLE__ - return "/Applications/CellframeNode.app/Contents/Resources/"; + return "/Library/Application Support/CellframeNode/"; #endif #ifdef WIN32 -- GitLab