You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is two cases that were not updated with the dark mode change and this is taking care of that.
first problem was if the color black was identified with string "0x00000000" and not "0" it was not updated.
second problem was that the default in the Setting.properties is not the same string as the default in the Settings.java (missing two 0s) so would be recognized as a custom color for the update.
Similar to #75 and #74. I don't think this is necessary, but I want to put it up as something that I will make if there is a need for it.
This one is significantly more difficult than the others because it overhauls instruction decoding and storage.
The text was updated successfully, but these errors were encountered: