()
| 151 | } |
| 152 | |
| 153 | public async getWindowMaterial(): Promise<WindowMaterial> { |
| 154 | const material = await windowManager.getWindowMaterial() |
| 155 | return material |
| 156 | } |
| 157 | |
| 158 | private openSettings(): void { |
| 159 | windowManager.showSettings() |
no outgoing calls
no test coverage detected