mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #1834] [MERGED] Disable trophy pop-up with config setting #2335
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#2335
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/1834
Author: @rainmakerv3
Created: 12/21/2024
Status: ✅ Merged
Merged: 12/22/2024
Merged by: @raphaelthegreat
Base:
main← Head:disable-trophies📝 Commits (1)
c59f6d9Disable trophy pop-up with config setting📊 Changes
6 files changed (+42 additions, -16 deletions)
View changed files
📝
src/common/config.cpp(+12 -0)📝
src/common/config.h(+2 -0)📝
src/core/libraries/np_trophy/trophy_ui.cpp(+5 -1)📝
src/qt_gui/settings_dialog.cpp(+7 -1)📝
src/qt_gui/settings_dialog.ui(+11 -14)📝
src/qt_gui/translations/en.ts(+5 -0)📄 Description
Disables the in-game notification pop-up upon earning a trophy with a config setting. Placed under GUI. Description text currently only for English.
This only prevents the pop-up, the trophy xml will still be written to, so the Trophy Viewer still functions same as before.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.