Fix compile issue

This commit is contained in:
2025-08-17 09:44:52 +08:00
parent 02707fc867
commit 1df6f0e414
5 changed files with 8 additions and 7 deletions

View File

@@ -1,2 +1,3 @@
//! Emote images
pub mod dref;
pub mod pimg;

View File

@@ -118,7 +118,7 @@ impl PImg {
.to_psb_fixed();
Ok(Self {
psb,
overlay: config.kirikiri_pimg_overlay,
overlay: config.emote_pimg_overlay,
})
}