mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 04:27:42 +00:00
Use new config dir in metaforce-gui
Updates a couple missed UI references to URDE
This commit is contained in:
@@ -64,7 +64,7 @@ const QStringList MainWindow::skUpdateTracks = {QStringLiteral("stable"), QStrin
|
||||
MainWindow::MainWindow(QWidget* parent)
|
||||
: QMainWindow(parent)
|
||||
, m_ui(std::make_unique<Ui::MainWindow>())
|
||||
, m_fileMgr(_SYS_STR("urde"))
|
||||
, m_fileMgr(_SYS_STR("metaforce"))
|
||||
, m_cvarManager(m_fileMgr)
|
||||
, m_cvarCommons(m_cvarManager)
|
||||
, m_heclProc(this)
|
||||
|
||||
Reference in New Issue
Block a user