Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Show In Folder button, delete confirmation to savedata manager popup #20087

Merged
merged 2 commits into from
Mar 7, 2025

Conversation

hrydgard
Copy link
Owner

@hrydgard hrydgard commented Mar 7, 2025

Fixes #20086

@hrydgard hrydgard added the User Interface PPSSPP's own user interface / UX label Mar 7, 2025
@hrydgard hrydgard added this to the v1.19.0 milestone Mar 7, 2025
@hrydgard hrydgard merged commit 05bc0de into master Mar 7, 2025
19 checks passed
@hrydgard hrydgard deleted the savedata-manager-confirm branch March 7, 2025 09:14
@@ -700,9 +700,8 @@ UI::EventReturn GamePauseScreen::OnCreateConfig(UI::EventParams &e) {

UI::EventReturn GamePauseScreen::OnDeleteConfig(UI::EventParams &e) {
auto di = GetI18NCategory(I18NCat::DIALOG);
auto ga = GetI18NCategory(I18NCat::GAME);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kitty???
Yipeeeeeeee.

Copy link
Owner Author

@hrydgard hrydgard Mar 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, actually I18NCategory, where I18N is the once-trendy abbreviation for internationalization :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
User Interface PPSSPP's own user interface / UX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Confirmation from the user to delete data in the savedata manager.
2 participants