diff options
Diffstat (limited to 'sysdata.go')
| -rw-r--r-- | sysdata.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ var _xSysData interface { setProgress(int) len() int setAreaSize(int, int) + repaintAll() } = &sysData{} // this line will error if there's an inconsistency // signal sends the event signal. This raise is done asynchronously to avoid deadlocking the UI task. |
