Allow to globally disable the kill button

(only needed in swift pilot client so far)
This commit is contained in:
Klaus Basan
2017-03-06 19:21:35 +01:00
committed by Mathew Sutcliffe
parent 66e17d62b6
commit 6999a97f73
5 changed files with 28 additions and 3 deletions

View File

@@ -52,6 +52,9 @@ namespace BlackGui
//! Show the inner frame
void showStatusMessagesFrame();
//! Show kill button
void showKillButton(bool killButton);
//! Hide the inner frame
void hideStatusMessagesFrame();