()
| 170 | } |
| 171 | |
| 172 | export function toggleScratch() { |
| 173 | if (isScratchActive()) |
| 174 | hide(); |
| 175 | else |
| 176 | show(); |
| 177 | } |
| 178 | |
| 179 | export function toggleScratchWindow() { |
| 180 | let focus = global.display.focus_window; |
nothing calls this directly
no test coverage detected