NOISSUE Some happy little refactors
This commit is contained in:
parent
eafeb64dec
commit
0c861db7a2
142 changed files with 812 additions and 694 deletions
|
@ -22,7 +22,7 @@
|
|||
#include <QAbstractItemModel>
|
||||
#include <QMenu>
|
||||
|
||||
#include "Launcher.h"
|
||||
#include "Application.h"
|
||||
#include "dialogs/CustomMessageBox.h"
|
||||
#include <GuiUtil.h>
|
||||
#include "minecraft/mod/ModFolderModel.h"
|
||||
|
@ -301,7 +301,7 @@ void ModFolderPage::on_actionAdd_triggered()
|
|||
tr("Select %1",
|
||||
"Select whatever type of files the page contains. Example: 'Loader Mods'")
|
||||
.arg(m_displayName),
|
||||
m_fileSelectionFilter.arg(m_displayName), LAUNCHER->settings()->get("CentralModsDir").toString(),
|
||||
m_fileSelectionFilter.arg(m_displayName), APPLICATION->settings()->get("CentralModsDir").toString(),
|
||||
this->parentWidget());
|
||||
if (!list.empty())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue