Added display of a notification about the inclusion of logging on the main screen

This commit is contained in:
vladimir.kuznetsov 2022-12-28 06:50:46 +03:00
parent 3f257af7a9
commit ce4ca5c4d5
4 changed files with 26 additions and 1 deletions

View file

@ -34,6 +34,8 @@ class VpnLogic : public PageLogicBase
AUTO_PROPERTY(bool, radioButtonVpnModeForwardSitesChecked)
AUTO_PROPERTY(bool, radioButtonVpnModeExceptSitesChecked)
AUTO_PROPERTY(bool, labelLogEnabledVisible)
public:
Q_INVOKABLE void onUpdatePage() override;