* Do not display the count in the loading window
()
| 1232 | * Do not display the count in the loading window |
| 1233 | */ |
| 1234 | noCount () { |
| 1235 | this.#win.sendToValidWindow(this.#parent, 'loading:noCount') |
| 1236 | } |
| 1237 | |
| 1238 | /** |
| 1239 | * Open the loading window |
no test coverage detected