mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-05 00:42:48 +00:00
Update gui_context_menus.h
This commit is contained in:
parent
2df6bbc2af
commit
9ee82f0e14
@ -344,22 +344,22 @@ public:
|
||||
if (selected == copyName) {
|
||||
QClipboard* clipboard = QGuiApplication::clipboard();
|
||||
clipboard->setText(QString::fromStdString(m_games[itemID].name));
|
||||
}
|
||||
}
|
||||
|
||||
if (selected == copySerial) {
|
||||
QClipboard* clipboard = QGuiApplication::clipboard();
|
||||
clipboard->setText(QString::fromStdString(m_games[itemID].serial));
|
||||
}
|
||||
}
|
||||
|
||||
if (selected == copyFirmware) {
|
||||
QClipboard* clipboard = QGuiApplication::clipboard();
|
||||
clipboard->setText(QString::fromStdString(m_games[itemID].version));
|
||||
}
|
||||
}
|
||||
|
||||
if (selected == copySize) {
|
||||
QClipboard* clipboard = QGuiApplication::clipboard();
|
||||
clipboard->setText(QString::fromStdString(m_games[itemID].size));
|
||||
{
|
||||
}
|
||||
|
||||
if (selected == copyNameAll) {
|
||||
QClipboard* clipboard = QGuiApplication::clipboard();
|
||||
|
Loading…
Reference in New Issue
Block a user