[chore:] textbox-changements global save
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user