mirror of
https://github.com/Athou/commafeed.git
synced 2026-09-24 04:57:50 +00:00
add theme color picker (#1598)
This commit is contained in:
@@ -89,6 +89,9 @@ public class UserSettings extends AbstractModel {
|
||||
@Column(nullable = false)
|
||||
private IconDisplayMode externalLinkIconDisplayMode;
|
||||
|
||||
@Column(name = "primary_color", length = 32)
|
||||
private String primaryColor;
|
||||
|
||||
private boolean markAllAsReadConfirmation;
|
||||
private boolean customContextMenu;
|
||||
private boolean mobileFooter;
|
||||
|
||||
Reference in New Issue
Block a user