fix(dock): fix build break and clean up logging/event patterns

This commit is contained in:
2026-03-28 17:38:07 +09:00
parent 287b3b303f
commit c77592d479
3 changed files with 8 additions and 2 deletions

View File

@@ -72,7 +72,6 @@ public partial class App : Application
app._secondaryWindows.Remove(newWindow);
}
newWindow.Close();
Logger.LogError(ex);
throw;
}
}