Merge pull request #2605 from bobrippling/clock-info-app

`clock_info.d.ts` `.app` addition
pull/2600/head
Gordon Williams 2023-02-27 09:33:59 +00:00 committed by GitHub
commit 8ea01a9384
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ declare module ClockInfo {
w: number,
h: number,
draw(itm: MenuItem, info: Item, options: InteractiveOptions): void,
app?: string, // used to remember clock_info locations, per app
};
type InteractiveOptions =