mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
Update gui_context_menus.h
This commit is contained in:
parent
e6f1d7a16b
commit
956891cb42
@ -77,8 +77,8 @@ public:
|
||||
QMenu* copyMenu = new QMenu(tr("Copy info..."), widget);
|
||||
QAction* copyName = new QAction(tr("Copy Name"), widget);
|
||||
QAction* copySerial = new QAction(tr("Copy Serial"), widget);
|
||||
QAction* copyFirmware = new QMenu(tr("Copy Firmware..."), widget);
|
||||
QAction* copySize = new QMenu(tr("Copy Size..."), widget);
|
||||
QAction* copyFirmware = new QAction(tr("Copy Firmware..."), widget);
|
||||
QAction* copySize = new QAction(tr("Copy Size..."), widget);
|
||||
QAction* copyNameAll = new QAction(tr("Copy All"), widget);
|
||||
|
||||
copyMenu->addAction(copyName);
|
||||
|
Loading…
Reference in New Issue
Block a user