mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Ref T182, overlay messages can be closed + some fixes
* no slots needed * check for nullptr * init kill button correctly
This commit is contained in:
@@ -302,6 +302,7 @@ namespace BlackGui
|
||||
void COverlayMessages::showKillButton(bool killButton)
|
||||
{
|
||||
m_hasKillButton = killButton;
|
||||
this->showKill(killButton);
|
||||
}
|
||||
|
||||
void COverlayMessages::setModeToMessages(bool withKillButton)
|
||||
|
||||
Reference in New Issue
Block a user