mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 11:56:57 +03:00
Renamed some files to support naming scheme
changed modeditwindow -> legacymodeditdialog added modeditdialog mapped slots for modeditdialog
This commit is contained in:
parent
96cceeafeb
commit
44498f9894
10 changed files with 800 additions and 67 deletions
|
|
@ -42,7 +42,7 @@
|
|||
#include "gui/versionselectdialog.h"
|
||||
#include "gui/lwjglselectdialog.h"
|
||||
#include "gui/consolewindow.h"
|
||||
#include "gui/modeditwindow.h"
|
||||
#include "gui/legacymodeditdialog.h"
|
||||
|
||||
#include "kcategorizedview.h"
|
||||
#include "kcategorydrawer.h"
|
||||
|
|
@ -335,10 +335,11 @@ void MainWindow::on_actionViewSelectedInstFolder_triggered()
|
|||
|
||||
void MainWindow::on_actionEditInstMods_triggered()
|
||||
{
|
||||
//TODO: Needs to do current ModEditDialog too
|
||||
Instance* inst = selectedInstance();
|
||||
if (inst)
|
||||
{
|
||||
ModEditWindow dialog ( this, inst );
|
||||
LegacyModEditDialog dialog ( this, inst );
|
||||
dialog.exec();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue