refactor: Remove kill button

This commit is contained in:
Lars Toenning
2024-11-30 12:20:12 +01:00
parent a0c4502f0d
commit 545fba77c3
13 changed files with 13 additions and 95 deletions

View File

@@ -182,9 +182,6 @@ void SwiftGuiStd::init()
connect(ui->comp_InfoBarStatus, &CInfoBarStatusComponent::transponderModeChanged, ui->dw_InfoBarStatus,
&CDockWidgetInfoBar::reloadStyleSheet, Qt::QueuedConnection);
// Show kill button
ui->fr_CentralFrameInside->showKillButton(true);
// do this as last statement, so it can be used as flag
// whether init has been completed
this->setVisible(true);