Lacro59 / playnite-gameactivity-plugin

This plugin creates datas for your game activities and shows many statistics.
https://playnite.link
MIT License
60 stars 10 forks source link

Fix already in use error caused by faulty usage of => operator #179

Closed CanRanBan closed 1 year ago

CanRanBan commented 1 year ago

Using the => operator for the event binding results in the application trying to bind the event more than once causing a System.ArgumentException depicting that the RoutedEvent name TimeChanged is already in use.

This error prevents the usage of all windows using the TimePicker.

Partial revert of: ebbf991844066bbcdc25ef3511e6f863876d7e64