(text: string, force: boolean = false)
| 62 | } |
| 63 | |
| 64 | toast(text: string, force: boolean = false) { |
| 65 | if (force || config.get("toastTip")) { |
| 66 | Vue.toasted.show(text); |
| 67 | } |
| 68 | } |
| 69 | |
| 70 | handle(identifier: Identifier, param: any) { |
| 71 | switch (identifier) { |
no test coverage detected