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

@ -19,7 +19,7 @@ export function DropDatabase(arg1:string,arg2:string):Promise<boolean>;
export function DropIndex(arg1:string,arg2:string,arg3:string,arg4:string):Promise<boolean>;
export function EnterText(arg1:string,arg2:string):Promise<string>;
export function EnterText(arg1:string,arg2:string,arg3:string):Promise<string>;
export function Environment():Promise<app.EnvironmentInfo>;