mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 02:35:33 +08:00
Allow to globally disable the kill button
(only needed in swift pilot client so far)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
66e17d62b6
commit
6999a97f73
@@ -33,6 +33,14 @@ namespace BlackGui
|
||||
this->initInnerFrame();
|
||||
}
|
||||
|
||||
void COverlayMessagesFrame::showKillButton(bool killButton)
|
||||
{
|
||||
if (m_overlayMessages)
|
||||
{
|
||||
m_overlayMessages->showKillButton(killButton);
|
||||
}
|
||||
}
|
||||
|
||||
void COverlayMessagesFrame::hideStatusMessagesFrame()
|
||||
{
|
||||
if (!m_overlayMessages) { return; }
|
||||
|
||||
Reference in New Issue
Block a user