mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-15 21:41:43 +00:00
GameList: Prevent opening Properties multiple times for the same game
This commit is contained in:
parent
8665b22822
commit
2de9122b5f
3 changed files with 14 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
#include "UICommon/GameFile.h"
|
||||
|
||||
PropertiesDialog::PropertiesDialog(QWidget* parent, const UICommon::GameFile& game)
|
||||
: StackedSettingsWindow{parent}
|
||||
: StackedSettingsWindow{parent}, m_filepath(game.GetFilePath())
|
||||
{
|
||||
setWindowTitle(QStringLiteral("%1: %2 - %3")
|
||||
.arg(QString::fromStdString(game.GetFileName()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue