mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-23 04:00:06 +00:00
Show texture/resource packs when appropriate.
This commit is contained in:
@@ -80,6 +80,11 @@ public:
|
||||
return false;
|
||||
}
|
||||
|
||||
virtual QSet<QString> traits()
|
||||
{
|
||||
return {"legacy-instance", "texturepacks"};
|
||||
};
|
||||
|
||||
virtual bool shouldUpdate() const override;
|
||||
virtual void setShouldUpdate(bool val) override;
|
||||
virtual std::shared_ptr<Task> doUpdate() override;
|
||||
|
||||
Reference in New Issue
Block a user