Adjust supportsLatestFeatures function
This commit is contained in:
parent
532e35affc
commit
924996ed78
|
|
@ -57,9 +57,11 @@ bool supportsLatestFeatures(String version) {
|
|||
return true;
|
||||
}
|
||||
|
||||
/*
|
||||
if (state.isSelfHosted) {
|
||||
return true;
|
||||
}
|
||||
*/
|
||||
|
||||
if (version.isEmpty) {
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue