fix(dock): clean up unused variables and simplify event handling

This commit is contained in:
2026-03-28 17:44:10 +09:00
parent c77592d479
commit ea7d3fad26
2 changed files with 3 additions and 8 deletions

View File

@@ -64,7 +64,7 @@ public partial class App : Application
AddSecondaryWindow(newWindow);
newWindow.Activate();
}
catch (Exception ex)
catch (Exception)
{
// Cleanup partially created window
if (Current is App app)