add an even more compact entry layout

This commit is contained in:
Athou
2023-04-26 22:39:09 +02:00
parent c15db54d5a
commit 807b1f62a1
6 changed files with 18833 additions and 18813 deletions

View File

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