Skip to content

Commit

Permalink
FIX
Browse files Browse the repository at this point in the history
  • Loading branch information
epicX67 authored Apr 18, 2020
1 parent 509ff2d commit a2de66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/shrp/themes/Operation.java
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ void patchStockFile()throws IOException{
}
p=new PngTinter("files/bgRes/","out/res/");
p.applyTint(backgroundColor);
p=new PngTinter("files\\bgRes2\\","out\\res\\");
p=new PngTinter("files/bgRes2/","out/res/");
p.applyTint(Operation.getNavBgColor(backgroundColor));
switch(dashType){
case 1:
Expand Down

0 comments on commit a2de66d

Please sign in to comment.