mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-22 04:24:44 +00:00
clang format
This commit is contained in:
parent
34390f5586
commit
9249a89ec6
1 changed files with 2 additions and 2 deletions
|
@ -92,8 +92,8 @@ QWidget* GameInstallDialog::SetupUserDirectory() {
|
|||
QString user_dir;
|
||||
std::filesystem::path default_path =
|
||||
Config::getEmulatorUserDir().empty()
|
||||
? Common::FS::GetUserPath(Common::FS::PathType::ConfigDir)
|
||||
: Config::getEmulatorUserDir();
|
||||
? Common::FS::GetUserPath(Common::FS::PathType::ConfigDir)
|
||||
: Config::getEmulatorUserDir();
|
||||
Common::FS::PathToQString(user_dir, default_path);
|
||||
m_userDirectory->setText(user_dir);
|
||||
m_userDirectory->setMinimumWidth(400);
|
||||
|
|
Loading…
Add table
Reference in a new issue