microsoft/windows-app-rs

Message box not themed

kennykerr opened this issue · 2 comments

The message box used to report that the runtime is missing would look a lot nicer if it were DPI and common controls aware.

The other meta- question is whether we even need this option. A developer could always use the bootstrap function and pop up their own UI upon failure if so desired.

Closing in favor of letting the Windows App SDK speak for itself. If it wants to provide diagnostic information it should do so by providing relevant error information. We'll probably just remove the initialize function.