Add settings button on PageStart
Disable some items when no Server has been set
This commit is contained in:
parent
ab39802512
commit
e6a4d79b86
4 changed files with 22 additions and 1 deletions
|
|
@ -10,6 +10,7 @@ class GeneralSettingsLogic : public PageLogicBase
|
|||
Q_OBJECT
|
||||
|
||||
AUTO_PROPERTY(bool, pushButtonGeneralSettingsShareConnectionEnable)
|
||||
AUTO_PROPERTY(bool, existsAnyServer)
|
||||
|
||||
public:
|
||||
Q_INVOKABLE void onUpdatePage() override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue