()
| 875 | |
| 876 | // MARK: refresh status |
| 877 | function refreshTransientStatus() { |
| 878 | serveIPC.windowLib.sendToValidWindow('main', 'status:all') |
| 879 | serveIPC.windowLib.sendToValidWindow('mini', 'status:all') |
| 880 | } |
| 881 | |
| 882 | // MARK: refresh list |
| 883 | function refreshClientModList(closeLoader = true) { |
nothing calls this directly
no test coverage detected