From cdf1ea1d61f1bb4fea58d7f8b1ef94d11964ca84 Mon Sep 17 00:00:00 2001 From: Jules Fouchy Date: Sat, 30 Nov 2024 15:02:37 +0100 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20[Cool]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cool | 2 +- src/App.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cool b/Cool index 6b64356c..16b60191 160000 --- a/Cool +++ b/Cool @@ -1 +1 @@ -Subproject commit 6b64356c0c9649afe89c4078758a6e37e929ad70 +Subproject commit 16b60191c00e6b0b8942c94d820097d6cfe26baa diff --git a/src/App.cpp b/src/App.cpp index e0f5f039..53fde7c1 100644 --- a/src/App.cpp +++ b/src/App.cpp @@ -584,7 +584,7 @@ void App::commands_menu() _project.shared_aspect_ratio.fill_the_view = true; } if (ImGui::Selectable(ICOMOON_FOLDER_OPEN " Open user-data folder")) - Cool::open(Cool::Path::user_data().string().c_str()); + Cool::open(Cool::Path::user_data()); ImGui::EndMenu(); } }