generated from dave/wails-template
Add close and refresh keybinds
This commit is contained in:
2
frontend/wailsjs/go/main/App.d.ts
vendored
2
frontend/wailsjs/go/main/App.d.ts
vendored
@@ -3,6 +3,8 @@
|
||||
import {main} from '../models';
|
||||
import {time} from '../models';
|
||||
|
||||
export function Close():Promise<void>;
|
||||
|
||||
export function EmptyBill():Promise<main.Bill>;
|
||||
|
||||
export function EmptyPayment():Promise<main.Payment>;
|
||||
|
@@ -2,6 +2,10 @@
|
||||
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
|
||||
// This file is automatically generated. DO NOT EDIT
|
||||
|
||||
export function Close() {
|
||||
return window['go']['main']['App']['Close']();
|
||||
}
|
||||
|
||||
export function EmptyBill() {
|
||||
return window['go']['main']['App']['EmptyBill']();
|
||||
}
|
||||
|
Reference in New Issue
Block a user