BoiHanny / vrcosc-magicchatbox

The ultimate companion, whether you're on desktop or in VR, we've got you covered with our handy integrations in a compact and modern UI
Other
119 stars 21 forks source link

Add support for custom profiles and update dependencies #81

Closed BoiHanny closed 2 weeks ago

BoiHanny commented 2 weeks ago

Add support for custom profiles and update dependencies

Introduce support for custom profiles via -profile= argument. Update App.xaml.cs to handle multiple command-line arguments. Modify UpdateApp.cs to support new application location creation. Update AfkModule.cs and PulsoidModule.cs to use custom data path. Downgrade MagicChatbox.csproj version and update dependencies. Prevent updates and rollbacks while using custom profiles. Add new profile configuration in launchSettings.json. Handle updates and rollbacks in ApplicationError.xaml.cs. Add ProfileNumber and UseCustomProfile properties in ViewModel.cs.