Skip to content

Commit

Permalink
Merge pull request #93 from ombe1229/dev (ref project-violet/scripts@c…
Browse files Browse the repository at this point in the history
…8c667b)

fix(hitomi) fix image path
  • Loading branch information
violet-dev committed Oct 29, 2021
2 parents 63b62bf + f17a350 commit 0445b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/component/hitomi/hitomi.dart
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class HitomiManager {

if (x != null && !x.isNaN) {
var o = 0;
if (x < 0x7a) o = 1;
if (x < 0x7b) o = 1;
subdomainx = String.fromCharCode(97 + o);
}

Expand Down

0 comments on commit 0445b79

Please sign in to comment.