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

@@ -134,6 +134,10 @@ namespace BlackGui
// vPilot
this->initVPilotLoading();
// overlay
this->showKillButton(false);
// user changes
m_swiftDbUser.setNotifySlot(&CDbMappingComponent::ps_userChanged);
}