V0.1.3 #81

Merged
Penry merged 3 commits from v0.1.3 into main 2026-07-09 00:28:18 +02:00
Showing only changes of commit ba9f66554c - Show all commits
@@ -223,8 +223,8 @@
private async Task HandleDelete() private async Task HandleDelete()
{ {
//TODO: Add Message Box //TODO: Add Message Box
File.Delete(Path.Combine("wwwroot", _editedGlobalEntity.PicturePath)); File.Delete(Path.Combine("wwwroot", GlobalEntity.PicturePath));
Dialog.Close(DialogResult.Ok((_editedGlobalEntity, true))); Dialog.Close(DialogResult.Ok((GlobalEntity, true)));
} }
private bool CheckForChanges() private bool CheckForChanges()