Add visibility property to Tag, improve UI
This commit is contained in:
@ -76,6 +76,7 @@ final class Importer {
|
||||
|
||||
let tag = TagFile(
|
||||
id: enTag.urlComponent,
|
||||
isVisible: true,
|
||||
german: deTag,
|
||||
english: enTag)
|
||||
tags[tagId] = tag
|
||||
|
Reference in New Issue
Block a user