StevilKnevil
StevilKnevil
> Exporting a scene collection already does this. What are the advantages here? It doesn't require the manual step or remembering to export the file over the top of the...
> This seems unnecessary as a program-wide option. Your version control needs seems better suited by a pre-commit hook, e.g. https://github.com/pre-commit/pre-commit-hooks#pretty-format-json That would ensure that the json is pretty in...
> I sympathise with the use-case presented in the PR, but I'm not convinced this is of enough benefit to introduce this as a program-wide setting. If the configuration files...
I've vastly simplified all of this to a single line change. Now, whenever `Save()` is called it saves with indentation.
This is reproducible by creating a clean Maui project, and adding the following test function to `App.xaml.cs`. (Project attached in zip) ``` protected async void TestNotifications() { if (await LocalNotificationCenter.Current.AreNotificationsEnabled()...
Digging into this - it's more involved than I expected. This may stay draft for some time!