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(); } }