From 3c27b37b565b6c8b446911162fcf5275438eab0f Mon Sep 17 00:00:00 2001 From: Travis Abendshien Date: Fri, 31 May 2024 22:46:19 -0700 Subject: [PATCH] Use chardet for character encoding detection --- tagstudio/src/core/constants.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tagstudio/src/core/constants.py b/tagstudio/src/core/constants.py index 492b9675..7f25f374 100644 --- a/tagstudio/src/core/constants.py +++ b/tagstudio/src/core/constants.py @@ -205,6 +205,5 @@ TAG_COLORS = [ "cool gray", "olive", ] - TAG_FAVORITE = 1 -TAG_ARCHIVED = 0 \ No newline at end of file +TAG_ARCHIVED = 0