From ce70407363b9bdd8d7901467f2bdb91179a9ac22 Mon Sep 17 00:00:00 2001 From: Petr Mrázek Date: Sat, 26 Nov 2016 14:59:27 +0100 Subject: NOISSUE add button for opening the config folder from mods pages --- application/pages/TexturePackPage.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'application/pages/TexturePackPage.h') diff --git a/application/pages/TexturePackPage.h b/application/pages/TexturePackPage.h index 3c5c27d7..b03614f0 100644 --- a/application/pages/TexturePackPage.h +++ b/application/pages/TexturePackPage.h @@ -1,5 +1,6 @@ #pragma once #include "ModFolderPage.h" +#include "ui_ModFolderPage.h" class TexturePackPage : public ModFolderPage { @@ -8,6 +9,7 @@ public: : ModFolderPage(instance, instance->texturePackList(), "texturepacks", "resourcepacks", tr("Texture packs"), "Texture-packs", parent) { + ui->configFolderBtn->setHidden(true); } virtual ~TexturePackPage() {} virtual bool shouldDisplay() const override -- cgit