Saravanan G
Saravanan G
> If we are to implement this, we should make use of IShellOperation's skip, which FE also uses. @hishitetsu After reviewing the existing codebase, I have found that it currently...
@yaira2 The application was crashing with a System.DivideByZeroException in Microsoft's WinUI framework when the window was resized too small with multiple panes displayed vertically. The crash occurs in WinUI's internal...
With further investigation, the DivideByZeroException occurs because the restored pane has no navigation parameters, leaving it uninitialized. When WinUI's layout engine attempts to measure and arrange the empty pane, it...
@yaira2 If I set the menu item as Primary, it doesn’t appear, so it is currently not set as Primary. I’ll do further research to identify the root cause.
Fixed the primary button issue as well.