add compact headers

This commit is contained in:
Athou
2022-09-05 13:52:28 +02:00
parent 27f80148cb
commit d72c9ba247
7 changed files with 93 additions and 12 deletions

View File

@@ -31,7 +31,7 @@ public class UserSettings extends AbstractModel {
}
public enum ViewMode {
title, expanded
title, cozy, expanded
}
@OneToOne(fetch = FetchType.LAZY)