Feature/chars reload and edit#158
Conversation
5d71d48 to
3878501
Compare
|
Thanks for your PR. Most of the code looks fine to me, but please avoid using java.awt. |
|
@voidowl-rl thanks for the feedback. Now, I cannot find any clear reference to the method you were referring to. Could you provide some references? Also, just to let you know, the project already uses java.awt several times, and one time it is used to open a link in the same method. Should we consider having a task for replacing those? |
|
@eduardorm-dev I am aware that awt is already used, but it creates problems on mac therefore reducing its usage (on mac) instead of increasing it is favorable + openURI should work probably work on more devices. |
|
@voidowl-rl I see, well, I investigated and performed the changes as you said |
#157