mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
social sharing buttons
This commit is contained in:
@@ -36,6 +36,8 @@ public class UserSettings extends AbstractModel {
|
||||
|
||||
private boolean showRead;
|
||||
|
||||
private boolean socialButtons;
|
||||
|
||||
@Lob
|
||||
@Column(length = Integer.MAX_VALUE)
|
||||
private String customCss;
|
||||
@@ -80,4 +82,12 @@ public class UserSettings extends AbstractModel {
|
||||
this.showRead = showRead;
|
||||
}
|
||||
|
||||
public boolean isSocialButtons() {
|
||||
return socialButtons;
|
||||
}
|
||||
|
||||
public void setSocialButtons(boolean socialButtons) {
|
||||
this.socialButtons = socialButtons;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user