Add setChildrenSupported to popup
This commit is contained in:
parent
7140a19100
commit
41fadfd0a9
@ -53,7 +53,7 @@ class SettingsPopupPreview {
|
|||||||
this.frontend.setEnabled = function () {};
|
this.frontend.setEnabled = function () {};
|
||||||
this.frontend.searchClear = function () {};
|
this.frontend.searchClear = function () {};
|
||||||
|
|
||||||
this.frontend.popup.childrenSupported = false;
|
this.frontend.popup.setChildrenSupported(false);
|
||||||
|
|
||||||
await this.frontend.isPrepared();
|
await this.frontend.isPrepared();
|
||||||
|
|
||||||
|
@ -135,6 +135,10 @@ class Popup {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
setChildrenSupported(value) {
|
||||||
|
this.childrenSupported = value;
|
||||||
|
}
|
||||||
|
|
||||||
getContainer() {
|
getContainer() {
|
||||||
return this.container;
|
return this.container;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user