Skip to content

v0.9.25

Compare
Choose a tag to compare
@NotYoojun NotYoojun released this 26 Dec 03:57
· 179 commits to main since this release
  • Added backdrop effect for MessageBox. To use it, you can set MessageBox.DefaultBackdropType (static, and applies to all message boxes) or WindowHelper.SystemBackdropType
  • Added sound for MessageBox (only works when using MessageBoxImage parameter; you can disabled it by MessageBox.MakeSound = false)
  • Renamed SampleApp to Gallery
  • Fixed a crash when CanBeAccessedAcrossThreads is set to true
  • Fixed some wrong namespaces in Gallery
  • Fixed some other bugs