mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
uservoice feedback
This commit is contained in:
@@ -33,6 +33,8 @@ public class ApplicationSettings extends AbstractModel {
|
||||
private String smtpUserName;
|
||||
private String smtpPassword;
|
||||
|
||||
private boolean feedbackButton = true;
|
||||
|
||||
@Column(length = 255)
|
||||
private String announcement;
|
||||
|
||||
@@ -133,4 +135,12 @@ public class ApplicationSettings extends AbstractModel {
|
||||
this.announcement = announcement;
|
||||
}
|
||||
|
||||
public boolean isFeedbackButton() {
|
||||
return feedbackButton;
|
||||
}
|
||||
|
||||
public void setFeedbackButton(boolean feedbackButton) {
|
||||
this.feedbackButton = feedbackButton;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user