railgun/frontend/wailsjs/go/main/App.js
Andre Henriques 8cef2527d6 chore: rename EnterEditor to OpenEditor
feat: added optin to go back to the end of the saved dirs with a single
key
2025-05-24 15:38:54 +01:00

40 lines
968 B
JavaScript
Executable File

// @ts-check
// 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 Enter(arg1) {
return window['go']['main']['App']['Enter'](arg1);
}
export function EnterDir(arg1) {
return window['go']['main']['App']['EnterDir'](arg1);
}
export function OpenEditor(arg1) {
return window['go']['main']['App']['OpenEditor'](arg1);
}
export function Search(arg1) {
return window['go']['main']['App']['Search'](arg1);
}
export function SearchDict(arg1) {
return window['go']['main']['App']['SearchDict'](arg1);
}
export function SearchMath(arg1) {
return window['go']['main']['App']['SearchMath'](arg1);
}
export function SearchMathEql(arg1) {
return window['go']['main']['App']['SearchMathEql'](arg1);
}
export function SearchRemeberDir(arg1) {
return window['go']['main']['App']['SearchRemeberDir'](arg1);
}