NOISSUE add button for opening the config folder from mods pages

This commit is contained in:
Petr Mrázek
2016-11-26 14:59:27 +01:00
parent dccf9d7219
commit ce70407363
5 changed files with 22 additions and 1 deletions

View File

@ -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