(self)
| 152 | """ % (cwd, cmd) |
| 153 | |
| 154 | def isAutorunEnabled(self): |
| 155 | path = self.getAutorunPath() |
| 156 | return os.path.isfile(path) and open(path).read() == self.formatAutorun() |
| 157 | |
| 158 | def titleAutorun(self): |
| 159 | translate = _["Start ZeroNet when Windows starts"] |
no test coverage detected