max 6 sets

This commit is contained in:
galister
2025-12-21 22:50:10 +09:00
parent b69d382451
commit d18871eb0a

View File

@@ -34,7 +34,7 @@ use crate::{
}, },
}; };
pub const MAX_OVERLAY_SETS: usize = 7; pub const MAX_OVERLAY_SETS: usize = 6;
pub struct OverlayWindowManager<T> { pub struct OverlayWindowManager<T> {
wrappers: EditWrapperManager, wrappers: EditWrapperManager,