@@ -82,7 +82,7 @@ class SorterEngine:
if cursor.fetchone()[0] == 0:
cursor.executemany(
"INSERT OR IGNORE INTO categories VALUES (?)",
[("_TRASH",), ("Default",), ("Action",), ("Solo",)]
[("_TRASH",), ("Default",), ("Action",), ("Solo",), ("control",)]
)
conn.commit()
The note is not visible to the blocked user.