mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
Gui: Add options for nightmode; switch window icons; switch wiki css
This commit is contained in:
@@ -54,7 +54,7 @@ public class ColorAdp_ implements ParseAble {
|
||||
else
|
||||
return null;
|
||||
}
|
||||
@gplx.Internal protected static ColorAdp parse_hex_(String raw) {
|
||||
public static ColorAdp parse_hex_(String raw) {
|
||||
try {
|
||||
int[] ary = new int[4]; // make ARGB ary
|
||||
int idx = 0;
|
||||
|
||||
Reference in New Issue
Block a user