chore: minor fixes (#2459)

* fix: fixed links on page with service description

* fix: fixed subscription text color

* chore: update ru translations

* chore: add save button

* fix: ru translation fixes
This commit is contained in:
vkamn
2026-04-10 21:24:00 +07:00
committed by GitHub
parent 493ee22883
commit 46f5b3894b
17 changed files with 389 additions and 203 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ public:
IconRole = Qt::UserRole + 1,
TitleRole,
BodyRole,
AccentRole
LinkRole
};
Q_ENUM(Roles)
@@ -34,7 +34,7 @@ private:
QString icon;
QString title;
QString body;
bool accent = false;
bool link = false;
};
QVector<ServiceBenefitItem> m_serviceBenefits;