Simplified input checking w/.lower()

This commit is contained in:
2022-01-10 02:46:53 -05:00
parent d63c663dd0
commit 398ac8a04a
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ Changes:
** file not found exceptions have been re-implemented
** when syncing, a check is made to see if any folders are not on all devices - if the check comes back true, it is corrected
** folders generated in /dev/shm are once again properly deleted with keyboard interrupts
** .lower() is now used to remove casing when checking inputs
- .lower() is now used to remove casing when checking inputs
- fixed syncing of files (specifically downloading) with special characters, such as '('
** fixed program still continuing after trying to edit an entry that doesn't exist
- removed an old reference to "rsync" in the configuration dialog