Feat: ability to rename steps
This commit is contained in:
@@ -79,6 +79,7 @@ pub struct CopiedStepData {
|
||||
pub active: bool,
|
||||
pub source: Option<usize>,
|
||||
pub original_index: usize,
|
||||
pub name: Option<String>,
|
||||
}
|
||||
|
||||
impl EditorContext {
|
||||
|
||||
@@ -39,6 +39,12 @@ pub enum Modal {
|
||||
pattern: usize,
|
||||
name: String,
|
||||
},
|
||||
RenameStep {
|
||||
bank: usize,
|
||||
pattern: usize,
|
||||
step: usize,
|
||||
name: String,
|
||||
},
|
||||
SetPattern {
|
||||
field: PatternField,
|
||||
input: String,
|
||||
|
||||
Reference in New Issue
Block a user