diff options
author | Petr Mrázek <peterix@gmail.com> | 2016-11-26 14:59:27 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-11-26 14:59:27 +0100 |
commit | ce70407363b9bdd8d7901467f2bdb91179a9ac22 (patch) | |
tree | e498280edf12556388de55fd4da18643c1e5ab66 /application/pages/ResourcePackPage.h | |
parent | dccf9d7219282725967c2305502d7ff98e8cbc62 (diff) | |
download | MultiMC-ce70407363b9bdd8d7901467f2bdb91179a9ac22.tar MultiMC-ce70407363b9bdd8d7901467f2bdb91179a9ac22.tar.gz MultiMC-ce70407363b9bdd8d7901467f2bdb91179a9ac22.tar.lz MultiMC-ce70407363b9bdd8d7901467f2bdb91179a9ac22.tar.xz MultiMC-ce70407363b9bdd8d7901467f2bdb91179a9ac22.zip |
NOISSUE add button for opening the config folder from mods pages
Diffstat (limited to 'application/pages/ResourcePackPage.h')
-rw-r--r-- | application/pages/ResourcePackPage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/application/pages/ResourcePackPage.h b/application/pages/ResourcePackPage.h index d79590df..19dc78da 100644 --- a/application/pages/ResourcePackPage.h +++ b/application/pages/ResourcePackPage.h @@ -1,5 +1,6 @@ #pragma once #include "ModFolderPage.h" +#include "ui_ModFolderPage.h" class ResourcePackPage : public ModFolderPage { @@ -8,6 +9,7 @@ public: : ModFolderPage(instance, instance->resourcePackList(), "resourcepacks", "resourcepacks", tr("Resource packs"), "Resource-packs", parent) { + ui->configFolderBtn->setHidden(true); } virtual ~ResourcePackPage() {} |