-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change red traffic light button when document is edited #155
Comments
Are you seeing this with the default traffic light buttons or are you specifying custom images for them? |
@indragiek I'm specifying custom images as demonstrated here: https://gist.github.com/jarek-foksa/10618949. If I find some free time next month I'll try to implement this feature. |
@jarek-foksa Yeah, this is pretty difficult to implement as an automatic thing because the red circle style may or may not work depending on what your traffic light images look like. IMO the best thing to do would be to add another image property to |
Yeah, I think an |
When [window isDocumentEdited] returns YES then the red traffic light button should contain a small circle inside it.
The text was updated successfully, but these errors were encountered: