Ref T182, overlay messages can be closed + some fixes

* no slots needed
* check for nullptr
* init kill button correctly
This commit is contained in:
Klaus Basan
2017-11-07 04:30:44 +01:00
parent 0de9a2afc2
commit 06b184a747
3 changed files with 15 additions and 3 deletions

View File

@@ -302,6 +302,7 @@ namespace BlackGui
void COverlayMessages::showKillButton(bool killButton)
{
m_hasKillButton = killButton;
this->showKill(killButton);
}
void COverlayMessages::setModeToMessages(bool withKillButton)