Close editor on quit

This commit is contained in:
mo8it
2026-04-06 23:11:35 +02:00
parent bc0b4e9f9a
commit 95499f18dd
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -111,6 +111,7 @@ fn main() -> Result<ExitCode> {
};
watch::watch(&mut app_state, notify_exercise_names)?;
app_state.close_editor()?;
}
Some(Command::Run { name }) => {
if let Some(name) = name {