rmorgan001 / GSServer

ASCOM Synta protocol driver for SkyWatcher and Orion telescope mounts
GNU General Public License v3.0
40 stars 16 forks source link

Add changes to support MaterialDesign 5.0 #63

Open rmorgan001 opened 1 month ago

rmorgan001 commented 1 month ago

To upgrade nuget package MaterialDesignInXAML to 5.0 a few changes are needed

https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/issues/2255

item.IsAccented is no longer supported Theme.Dark and Theme.Light are no longer supported.

These changes are needed in the SettingsVM.cs. Other changes maybe needed.

this may help... https://github.com/MaterialDesignInXAML/MaterialDesignInXamlToolkit/issues/2014