fix: more gaps in M3

This commit is contained in:
2026-04-09 07:48:43 +02:00
parent 9867bf9c65
commit c6d26957dc
15 changed files with 1403 additions and 202 deletions

View File

@@ -76,8 +76,9 @@ pub enum ConfirmAction {
DeleteMedia(String),
DeleteScript(String),
DeleteTemplate(String),
ForceDeleteTemplate(String),
DeleteTag(String),
MergeTags { source: String, target: String },
MergeTags { sources: Vec<String>, target: String },
}
// ── Modal backdrop style ──