mirror of
https://github.com/UltimMC/Launcher.git
synced 2026-01-03 22:22:11 +00:00
Add a new page that can show all sorts of logs
This commit is contained in:
committed by
Petr Mrázek
parent
aba1f89e2a
commit
5c43842359
@@ -9,8 +9,8 @@ public:
|
||||
tr("Texture packs"), "Texture-packs", parent)
|
||||
{
|
||||
}
|
||||
virtual ~TexturePackPage() {};
|
||||
virtual bool shouldDisplay() override
|
||||
virtual ~TexturePackPage() {}
|
||||
virtual bool shouldDisplay() const override
|
||||
{
|
||||
return m_inst->traits().contains("texturepacks");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user