Settings for text messages, ascending or descending (latest first/last)

This commit is contained in:
Klaus Basan
2019-09-02 23:01:06 +02:00
committed by Mat Sutcliffe
parent 00941afcf9
commit f20855b613
7 changed files with 77 additions and 20 deletions

View File

@@ -199,6 +199,9 @@ namespace BlackGui
//! Settings have been changed
void onSettingsChanged();
//! Latest 1st checked
void onLatestFirstChanged(bool checked);
//! Style sheet has been changed
void onStyleSheetChanged();