mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #2676] [MERGED] QT: Fix PR 2662 - checkbox/Choose directory #2903
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#2903
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/2676
Author: @DanielSvoboda
Created: 3/23/2025
Status: ✅ Merged
Merged: 3/23/2025
Merged by: @georgemoralis
Base:
main← Head:main📝 Commits (1)
83ef7d2QT: Fix PR 2662📊 Changes
4 files changed (+11 additions, -6 deletions)
View changed files
📝
src/common/config.cpp(+3 -3)📝
src/common/config.h(+1 -1)📝
src/qt_gui/main.cpp(+6 -1)📝
src/qt_gui/settings_dialog.cpp(+1 -1)📄 Description
After PR 2662 added a checkbox to the list of game folders, if they were all disabled, when opening the emulator the screen to add a new folder appeared, as if none had been added.
This PR fixes this. That screen will only appear if there are no folders added.
*getAllGameInstallDirs was removed as it was not used.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.