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.
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.