Issue #115 Main connect button is checked iff network is connected

This commit is contained in:
Mat Sutcliffe
2021-09-01 20:40:50 +01:00
parent 8952229b82
commit 2ac1a13894
2 changed files with 17 additions and 18 deletions

View File

@@ -94,12 +94,12 @@ namespace BlackGui
//! Info area buttons
void unsetInfoAreaButtons();
//! Disable button for some (short) time to avoid double click
void disableButtonBriefly();
//! Update values
void update();
//! Update connection status
void updateConnectionStatus();
QScopedPointer<Ui::CMainKeypadAreaComponent> ui;
BlackMisc::CIdentifier m_identifier { "MainKeypadAreaComponent", this };
};