mirror of
https://github.com/UltimMC/Launcher.git
synced 2026-01-04 06:26:46 +00:00
NOISSUE Some happy little refactors
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#include <QDialog>
|
||||
|
||||
#include "pages/BasePage.h"
|
||||
#include <Launcher.h>
|
||||
#include <Application.h>
|
||||
#include "widgets/CustomCommands.h"
|
||||
|
||||
class CustomCommandsPage : public QWidget, public BasePage
|
||||
@@ -36,7 +36,7 @@ public:
|
||||
}
|
||||
QIcon icon() const override
|
||||
{
|
||||
return LAUNCHER->getThemedIcon("custom-commands");
|
||||
return APPLICATION->getThemedIcon("custom-commands");
|
||||
}
|
||||
QString id() const override
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user