Add settings button on PageStart

Disable some items when no Server has been set
This commit is contained in:
Hamza ARBI 2022-10-30 02:06:20 +01:00
parent ab39802512
commit e6a4d79b86
4 changed files with 22 additions and 1 deletions

View file

@ -10,6 +10,7 @@ class GeneralSettingsLogic : public PageLogicBase
Q_OBJECT
AUTO_PROPERTY(bool, pushButtonGeneralSettingsShareConnectionEnable)
AUTO_PROPERTY(bool, existsAnyServer)
public:
Q_INVOKABLE void onUpdatePage() override;