This commit is contained in:
galister
2025-12-11 21:26:25 +09:00
parent 12524fec96
commit 4314610244
8 changed files with 19 additions and 22 deletions

View File

@@ -104,7 +104,7 @@ impl OverlayWindowConfig {
}
}
pub fn is_active(&self) -> bool {
pub const fn is_active(&self) -> bool {
self.active_state.is_some()
}