This commit is contained in:
2026-01-24 02:16:18 +01:00
parent 04f5e19ab2
commit 6f5fa762a4
6 changed files with 84 additions and 29 deletions

View File

@@ -1,5 +1,7 @@
use std::path::PathBuf;
use ratatui::style::Color;
use crate::engine::PatternChange;
use crate::model::PatternSpeed;
use crate::state::{Modal, PatternField};
@@ -100,6 +102,7 @@ pub enum AppCommand {
Flash {
message: String,
duration_ms: u64,
color: Color,
},
OpenModal(Modal),
CloseModal,