Show all labs even if incompatible, with appropriate tooltip explaining requirements (#10369)
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
co-authored by
Richard van der Hoff
parent
209b65243a
commit
e3930fb8b0
@@ -69,8 +69,9 @@ export default abstract class SettingController {
|
||||
|
||||
/**
|
||||
* Gets whether the setting has been disabled due to this controller.
|
||||
* Can also return a string with the reason the setting is disabled.
|
||||
*/
|
||||
public get settingDisabled(): boolean {
|
||||
public get settingDisabled(): boolean | string {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user