Get default config file path.
(self)
| 498 | self.save_preferences() |
| 499 | |
| 500 | def get_config_file(self) -> str | None: |
| 501 | """Get default config file path.""" |
| 502 | return self.preferences.config_file |
| 503 | |
| 504 | def set_config_file(self, config_file: str) -> None: |
| 505 | """Set default config file path.""" |
no outgoing calls