Jump to post from quote (#538)
* Jump to post from quote * Add a setting to go to quoted message. --------- Co-authored-by: Mikhail Barashkov <git@mbarashkov.ru>
This commit is contained in:
parent
4fc0ce70b5
commit
3ac98a4e17
2 changed files with 1 additions and 6 deletions
|
@ -216,6 +216,7 @@ AccordionItem {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
TextSwitch {
|
||||
checked: appSettings.notificationSuppressContent && enabled
|
||||
text: qsTr("Hide content in notifications")
|
||||
|
|
|
@ -97,12 +97,9 @@ public:
|
|||
bool notificationAlwaysShowPreview() const;
|
||||
void setNotificationAlwaysShowPreview(bool enable);
|
||||
|
||||
<<<<<<< HEAD
|
||||
bool goToQuotedMessage() const;
|
||||
void setGoToQuotedMessage(bool enable);
|
||||
|
||||
=======
|
||||
>>>>>>> b11f7dd (Always append last message content to notifications (#514))
|
||||
bool storageOptimizer() const;
|
||||
void setStorageOptimizer(bool enable);
|
||||
|
||||
|
@ -142,10 +139,7 @@ signals:
|
|||
void notificationSuppressContentChanged();
|
||||
void notificationFeedbackChanged();
|
||||
void notificationAlwaysShowPreviewChanged();
|
||||
<<<<<<< HEAD
|
||||
void goToQuotedMessageChanged();
|
||||
=======
|
||||
>>>>>>> b11f7dd (Always append last message content to notifications (#514))
|
||||
void storageOptimizerChanged();
|
||||
void allowInlineBotLocationAccessChanged();
|
||||
void remainingInteractionHintsChanged();
|
||||
|
|
Loading…
Reference in a new issue