added busy indicator when saving a list of clients, on the client info panel
This commit is contained in:
parent
24ea686e4d
commit
ce2a122d51
6 changed files with 42 additions and 11 deletions
|
|
@ -14,6 +14,7 @@ class ClientInfoLogic : public PageLogicBase
|
|||
AUTO_PROPERTY(QString, textAreaOpenVpnCertData)
|
||||
AUTO_PROPERTY(QString, labelCurrentVpnProtocolText)
|
||||
AUTO_PROPERTY(QString, textAreaWireGuardKeyData)
|
||||
AUTO_PROPERTY(bool, busyIndicatorIsRunning);
|
||||
|
||||
public:
|
||||
ClientInfoLogic(UiLogic *uiLogic, QObject *parent = nullptr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue