diff options
Diffstat (limited to 'gui/pages/ScreenshotsPage.h')
-rw-r--r-- | gui/pages/ScreenshotsPage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gui/pages/ScreenshotsPage.h b/gui/pages/ScreenshotsPage.h index ccf3856d..6be2a26d 100644 --- a/gui/pages/ScreenshotsPage.h +++ b/gui/pages/ScreenshotsPage.h @@ -19,6 +19,7 @@ #include "logic/OneSixInstance.h" #include "BasePage.h" +#include <MultiMC.h> class QFileSystemModel; class QIdentityProxyModel; @@ -53,7 +54,7 @@ public: } virtual QIcon icon() const override { - return QIcon::fromTheme("screenshots"); + return MMC->getThemedIcon("screenshots"); } virtual QString id() const override { |