-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix 5555 status popups #5560
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
Fix 5555 status popups #5560
Conversation
fc6ca01 to
1721eda
Compare
koppor
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general: Looks good to me. I wondered about the noisy notifications. - Some small comment on the usage of boolean remains
tobiasdiez
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice to see another good PR from you in such a short time!
|
@Ka0o0 Thanks for your contribution again! Could you please fix the checkstyle error? Then it's ready for merge |
|
@Siedlerchr I forgot to remove the unused import. It should pass the style check now. |
As discussed in #5555 this PR removes some obsolete notifications and additionally removes notifications during autosave.
I have also removed the strings from the language file, however, I was not sure if this was correct?