mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-27 04:25:12 +00:00
Open folder should be first on context menu
This commit is contained in:
parent
6caded900e
commit
c719e70d16
@ -48,8 +48,8 @@ public:
|
|||||||
QAction openSfoViewer("SFO Viewer", widget);
|
QAction openSfoViewer("SFO Viewer", widget);
|
||||||
QAction openTrophyViewer("Trophy Viewer", widget);
|
QAction openTrophyViewer("Trophy Viewer", widget);
|
||||||
|
|
||||||
menu.addAction(&createShortcut);
|
|
||||||
menu.addAction(&openFolder);
|
menu.addAction(&openFolder);
|
||||||
|
menu.addAction(&createShortcut);
|
||||||
menu.addAction(&openSfoViewer);
|
menu.addAction(&openSfoViewer);
|
||||||
menu.addAction(&openTrophyViewer);
|
menu.addAction(&openTrophyViewer);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user