Ref T438, allow to collapse "Message to" button area and disable icons

This commit is contained in:
Klaus Basan
2018-11-23 19:57:33 +01:00
parent 62860eb30b
commit 3edbd09732
5 changed files with 53 additions and 6 deletions

View File

@@ -166,6 +166,9 @@ namespace BlackGui
//! Settings have been checked (group box visible/invisible)
void onSettingsChecked(bool checked);
//! Message group box has been checked (group box visible/invisible)
void onMessageToChecked(bool checked);
//! Settings have been changed
void onSettingsChanged();