mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 11:18:36 +12:00
Qt/linux: set DISPLAY variable if undefined
This commit is contained in:
parent
98f91457bf
commit
30d176ac5e
2 changed files with 9 additions and 1 deletions
|
@ -1109,7 +1109,7 @@ void game_list_frame::ShowContextMenu(const QPoint &pos)
|
|||
});
|
||||
connect(checkCompat, &QAction::triggered, [=, this]
|
||||
{
|
||||
QString link = "https://rpcs3.net/compatibility?g=" + serial;
|
||||
const QString link = "https://rpcs3.net/compatibility?g=" + serial;
|
||||
QDesktopServices::openUrl(QUrl(link));
|
||||
});
|
||||
connect(downloadCompat, &QAction::triggered, [=, this]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue