Skip to content

Commit

Permalink
⬆ [Cool]
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed Nov 30, 2024
1 parent e28afaf commit cdf1ea1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}
Expand Down

0 comments on commit cdf1ea1

Please sign in to comment.