mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06:00
Add tooltip to rating if the rating is disabled
This makes it clearer what the user needs to do in order to rate (install package or login) CURA-6013
This commit is contained in:
parent
95f70a75d8
commit
5fd0f2b5f6
2 changed files with 11 additions and 7 deletions
|
@ -135,7 +135,7 @@ Item
|
|||
visible: details.type == "plugin"
|
||||
packageId: details.id
|
||||
userRating: details.user_rating
|
||||
enabled: toolbox.isInstalled(details.id) && Cura.API.account.isLoggedIn
|
||||
canRate: toolbox.isInstalled(details.id) && Cura.API.account.isLoggedIn
|
||||
|
||||
onRated:
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue