(self, callingWindow, itmContext)
| 20 | return srcContext in ('dmgStatsGraph', 'remoteRepsGraph', 'ewarStatsGraph') |
| 21 | |
| 22 | def getText(self, callingWindow, itmContext): |
| 23 | return _t('Ignore Drone Control Range') |
| 24 | |
| 25 | def activate(self, callingWindow, fullContext, i): |
| 26 | self.settings.set('ignoreDCR', not self.settings.get('ignoreDCR')) |