clock_info.d.ts .app addition
parent
8bc9c5de25
commit
9403bf05b0
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Reference in New Issue