We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3c53c commit 9f08396Copy full SHA for 9f08396
app.ts
@@ -12,10 +12,9 @@ namespace microgui {
12
}
13
14
// application configuration
15
- // user_interface_base.getIcon = (id) => icons.get(id)
+ user_interface_base.getIcon = (id) => user_interface_base.icons.get(id)
16
user_interface_base.resolveTooltip = (ariaId: string) => ariaId
17
18
-
19
export class App {
20
private sceneManager: SceneManager
21
0 commit comments