GH-1556 disable export for tracked FTB instances
This commit is contained in:
parent
72c92893a5
commit
4392abfb8d
7 changed files with 24 additions and 1 deletions
|
@ -83,4 +83,8 @@ public:
|
|||
{
|
||||
return "Null";
|
||||
}
|
||||
bool canExport() const override
|
||||
{
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue