Added dropdown prompt
This commit is contained in:
parent
2ce83a9ebe
commit
63b6bddd69
|
|
@ -43,6 +43,7 @@ runAfterLoad(()=>{
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
function showPromptScreen() {
|
function showPromptScreen() {
|
||||||
if (!promptState) return;
|
if (!promptState) return;
|
||||||
closeMenu("prompt");
|
closeMenu("prompt");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue