Add “Reveal Log File” button to menubar

This commit is contained in:
Mykola Grymalyuk
2023-05-30 14:18:07 -06:00
parent 1cf0e3d363
commit 49f6a62926
5 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ class InitializeLoggingSupport:
base_path = Path("/Users/Shared")
self.log_filepath = Path(f"{base_path}/{self.log_filename}").expanduser()
self.constants.log_filepath = self.log_filepath
def _clean_prior_version_logs(self) -> None:
"""