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