mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-08-24 23:06:02 +00:00
Zenity dialogs
This commit is contained in:
@ -30,6 +30,10 @@ export function DropIndex(arg1, arg2, arg3, arg4) {
|
||||
return window['go']['app']['App']['DropIndex'](arg1, arg2, arg3, arg4);
|
||||
}
|
||||
|
||||
export function EnterText(arg1, arg2) {
|
||||
return window['go']['app']['App']['EnterText'](arg1, arg2);
|
||||
}
|
||||
|
||||
export function Environment() {
|
||||
return window['go']['app']['App']['Environment']();
|
||||
}
|
||||
|
Reference in New Issue
Block a user