mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #390] [MERGED] gui: Implement settings dialog #1534
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#1534
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/390
Author: @dima-xd
Created: 8/9/2024
Status: ✅ Merged
Merged: 8/10/2024
Merged by: @georgemoralis
Base:
main← Head:qt_settings_dialog📝 Commits (2)
96fb00dgui: Implement settings dialog3163cd1gui: Add console language to settings📊 Changes
7 files changed (+1176 additions, -2 deletions)
View changed files
📝
CMakeLists.txt(+6 -1)📝
src/common/config.cpp(+83 -0)📝
src/common/config.h(+21 -1)📝
src/qt_gui/main_window.cpp(+6 -0)➕
src/qt_gui/settings_dialog.cpp(+124 -0)➕
src/qt_gui/settings_dialog.h(+28 -0)➕
src/qt_gui/settings_dialog.ui(+908 -0)📄 Description
As simple as it can be, without any abstraction and etc.
Example:

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.