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