Thanks for your question. Please find a more detailed usecase :
There are many plugins (ex. : List Modified and Git) which have a default isDesktopOnly value set to false.
In order to avoid sync issues and other problems between multiple devices, I prefer such plugins to be set to isDesktopOnly = true, so that they are activated on a single device and not multiple ones.
Each time these plugins are updated, I have to remember to set these values back to true because they are overwritten to their default value (false).