(self)
| 593 | self.check_for_updates(silent=True, delay_ms=2000) |
| 594 | |
| 595 | def default_set(self): |
| 596 | self.name_default = "" |
| 597 | self.proj_default = "" |
| 598 | self.exp_default = "" |
| 599 | self.loc_default = str(Path.home()) |
| 600 | |
| 601 | def create_actions(self, names): |
| 602 | # Creating action using the first constructor |