Multiple icon themes!
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
		| @@ -31,7 +31,7 @@ class ThemeCustomizationWidget : public QWidget { | ||||
|  | ||||
|    public: | ||||
|     explicit ThemeCustomizationWidget(QWidget* parent = nullptr); | ||||
|     ~ThemeCustomizationWidget(); | ||||
|     ~ThemeCustomizationWidget() override; | ||||
|  | ||||
|     void showFeatures(ThemeFields features); | ||||
|  | ||||
| @@ -53,22 +53,7 @@ class ThemeCustomizationWidget : public QWidget { | ||||
|    private: | ||||
|     Ui::ThemeCustomizationWidget* ui; | ||||
|  | ||||
|     //TODO finish implementing | ||||
|     QList<std::pair<QString, QString>> m_iconThemeOptions{  | ||||
|         { "pe_colored",     QObject::tr("Simple (Colored Icons)") },  | ||||
|         { "pe_light",       QObject::tr("Simple (Light Icons)") },      | ||||
|         { "pe_dark",        QObject::tr("Simple (Dark Icons)") }, | ||||
|         { "pe_blue",        QObject::tr("Simple (Blue Icons)") },     | ||||
|         { "breeze_light",   QObject::tr("Breeze Light") },  | ||||
|         { "breeze_dark",    QObject::tr("Breeze Dark") }, | ||||
|         { "OSX",            QObject::tr("OSX") },         | ||||
|         { "iOS",            QObject::tr("iOS") },           | ||||
|         { "flat",           QObject::tr("Flat") }, | ||||
|         { "flat_white",     QObject::tr("Flat (White)") },  | ||||
|         { "multimc",        QObject::tr("Legacy") },       | ||||
|         { "custom",         QObject::tr("Custom") }  | ||||
|     }; | ||||
|     QList<std::pair<QString, QString>> m_catOptions{  | ||||
|     QList<std::pair<QString, QString>> m_catOptions{ | ||||
|         { "kitteh",     QObject::tr("Background Cat (from MultiMC)") },  | ||||
|         { "rory",       QObject::tr("Rory ID 11 (drawn by Ashtaka)") },  | ||||
|         { "rory-flat",  QObject::tr("Rory ID 11 (flat edition, drawn by Ashtaka)") }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 TheKodeToad
					TheKodeToad