1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-08-24 23:06:02 +00:00

Rename collection through zenity dialog

This commit is contained in:
2023-02-21 08:14:52 +01:00
parent 5968357abc
commit 1f76b16e75
4 changed files with 16 additions and 69 deletions

View File

@ -30,8 +30,8 @@ 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 EnterText(arg1, arg2, arg3) {
return window['go']['app']['App']['EnterText'](arg1, arg2, arg3);
}
export function Environment() {