[chore:] textbox-changements global save

This commit is contained in:
2026-06-03 16:38:00 +02:00
parent ac717c5345
commit c140a20549
2 changed files with 8 additions and 3 deletions
+5
View File
@@ -1295,4 +1295,9 @@ public partial class MainWindow : Window
Logger.Log($"Error while deleting address set: {ex.Message}", Logger.LogType.Error);
}}
}
private void Tb_OnTextChanged(object? sender, TextChangedEventArgs e)
{
Global.Save();
}
}