From 6ac3a2eb55d83e180330bab583acb2a7aa3673fc Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Mon, 8 Jul 2024 17:15:43 -0400 Subject: [PATCH] Don't search the whole home directory for usable Firefoxes --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index d27e8e0..93565fd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ Mon, July 8 - Fix a bug which caused the profile manager to fail to detect Firefox on some systems - Fix a bug which caused the profile manager to use an unwritable directory on some systems + - Fix a bug where if user tried to run it from the home directory, the application would make sure that no firefoxes existed in any subdirectory before running Thu, March 7 ------------