I want to popup a simple text input (single line) dialog in a gnome shell extension. What's the simplest way to do that?
Something like:
let userEntry = prompt("What is your name?", "<name>");
I want to popup a simple text input (single line) dialog in a gnome shell extension. What's the simplest way to do that?
Something like:
let userEntry = prompt("What is your name?", "<name>");