File tree Expand file tree Collapse file tree 5 files changed +29
-1
lines changed
Expand file tree Collapse file tree 5 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 3535 <file>SignIn.svg</file>
3636 <file>NoWorkspace.svg</file>
3737 <file>BlueInfo.svg</file>
38+ <file>ReachedMonthlyContributorLimit.svg</file>
3839 </qresource>
3940</RCC>
Original file line number Diff line number Diff line change @@ -198,6 +198,7 @@ class MMStyle: public QObject
198198 Q_PROPERTY ( QUrl acceptInvitationImage READ acceptInvitationImage CONSTANT )
199199 Q_PROPERTY ( QUrl acceptInvitationLogoImage READ acceptInvitationLogoImage CONSTANT )
200200 Q_PROPERTY ( QUrl reachedDataLimitImage READ reachedDataLimitImage CONSTANT )
201+ Q_PROPERTY ( QUrl reachedMonthlyContributorLimitImage READ reachedMonthlyContributorLimitImage CONSTANT )
201202 Q_PROPERTY ( QUrl uploadImage READ uploadImage CONSTANT )
202203 Q_PROPERTY ( QUrl noMapThemesImage READ noMapThemesImage CONSTANT )
203204 Q_PROPERTY ( QUrl syncFailedImage READ syncFailedImage CONSTANT )
@@ -496,6 +497,7 @@ class MMStyle: public QObject
496497 QUrl noPermissionsImage () {return QUrl ( " qrc:/images/NoPermissions.svg" );}
497498 QUrl signInImage () {return QUrl ( " qrc:/images/SignIn.svg" );}
498499 QUrl reachedDataLimitImage () {return QUrl ( " qrc:/images/ReachedDataLimit.svg" );}
500+ QUrl reachedMonthlyContributorLimitImage () {return QUrl ( " qrc:/images/ReachedMonthlyContributorLimit.svg" );}
499501 QUrl warnLogoImage () {return QUrl ( " qrc:/images/WarnLogoImage.svg" );}
500502 QUrl mapPinImage () {return QUrl ( " qrc:/images/MapPin.svg" );}
501503 QUrl positionTrackingRunningImage () {return QUrl ( " qrc:/images/PositionTrackingRunning.svg" );}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ MMComponents.MMDrawerDialog {
2020 signal manageAccountClicked ()
2121
2222 title: qsTr (" You've reached the maximum number of active monthly contributors for your current subscription." )
23- imageSource: __style .reachedDataLimitImage
23+ imageSource: __style .reachedMonthlyContributorLimitImage
2424
2525 description: qsTr ( " Upgrade your subscription or wait until next month for the limit to reset." )
2626
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ ScrollView {
4141 Column { Image { source: __style .externalGpsGreenImage } Text { text: " externalGpsGreenImage" } }
4242 Column { Image { source: __style .externalGpsRedImage } Text { text: " externalGpsRedImage" } }
4343 Column { Image { source: __style .reachedDataLimitImage } Text { text: " reachedDataLimitImage" } }
44+ Column { Image { source: __style .reachedMonthlyContributorLimitImage } Text { text: " reachedMonthlyContributorLimitImage" } }
4445 Column { Image { source: __style .positiveMMSymbolImage } Text { text: " positiveMMSymbolImage" } }
4546 Column { Image { source: __style .negativeMMSymbolImage } Text { text: " negativeMMSymbolImage" } }
4647 Column { Image { source: __style .closeAccountImage } Text { text: " closeAccountImage" } }
You can’t perform that action at this time.
0 commit comments