Implement creating food
This commit is contained in:
@@ -10,6 +10,10 @@ export function GetFood() {
|
||||
return window['go']['main']['App']['GetFood']();
|
||||
}
|
||||
|
||||
export function GetLastPer100(arg1) {
|
||||
return window['go']['main']['App']['GetLastPer100'](arg1);
|
||||
}
|
||||
|
||||
export function GetSettings() {
|
||||
return window['go']['main']['App']['GetSettings']();
|
||||
}
|
||||
|
Reference in New Issue
Block a user