cinnamon calendar applet replace No Events button into a New Event button and show it permanently #760
ErwinBaeyens
started this conversation in
Pull requests
Replies: 2 comments
-
Clicking the selected data should do the same thing (for this very reason): It doesn't 'react' like a button, unfortunately, but behaves as one. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I really like to use the calendar applet but when you already have events on a day it is cumbersome to add them from the applet.
I think that it can be appreciated to have the "No Events" button to show permanently and change the text label into "New Event"
I managed to do just that by editing the following lines in eventView.js:
On line 695 change
text: _("No Events"),
into
text: _("New Event"),
And comment out lines 790 and 791:
It would be nice to accept these changes
Regards,
Erwin
Beta Was this translation helpful? Give feedback.
All reactions