feat: edit suggestions before accepting worklog
This commit is contained in:
@@ -94,6 +94,14 @@ export function DeleteWorklogEntry(arg1) {
|
||||
return window['go']['main']['App']['DeleteWorklogEntry'](arg1);
|
||||
}
|
||||
|
||||
export function AcceptSuggestionWith(arg1, arg2, arg3, arg4, arg5) {
|
||||
return window['go']['main']['App']['AcceptSuggestionWith'](arg1, arg2, arg3, arg4, arg5);
|
||||
}
|
||||
|
||||
export function AcceptSuggestionFull(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) {
|
||||
return window['go']['main']['App']['AcceptSuggestionFull'](arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8);
|
||||
}
|
||||
|
||||
export function Search(arg1) {
|
||||
return window['go']['main']['App']['Search'](arg1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user