Move settings + generation to sheets

This commit is contained in:
Christoph Hagen
2025-02-05 15:40:09 +01:00
parent 5abe6e1a9f
commit 156bbf77d1
32 changed files with 402 additions and 852 deletions

View File

@ -6,13 +6,5 @@ enum MainViewTab {
case pages
case tags
case files
case generation
var canAddItems: Bool {
if case .generation = self {
return false
}
return true
}
}