comment out new feature from feature list (#4477)
we don't have an official release for a version that has this feature yet
This commit is contained in:
parent
911a303326
commit
691bcb9338
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ void FeatureSet::initalizeFeatureList(QMap<QString, bool> &featureList)
|
|||
featureList.insert("idle_client", false);
|
||||
featureList.insert("forgot_password", false);
|
||||
featureList.insert("websocket", false);
|
||||
featureList.insert("hashed_password_login", false);
|
||||
//featureList.insert("hashed_password_login", false);
|
||||
// These are temp to force users onto a newer client
|
||||
featureList.insert("2.7.0_min_version", false);
|
||||
featureList.insert("2.8.0_min_version", false);
|
||||
|
|
Loading…
Reference in a new issue