desktoppackage/explorer: don't assign undefined to bool
When switching categories, some bool properties might temporarily be assigned undefined as the delegates are being unloaded.
Instead, default them to false to avoid warnings.
Test plan:
- Open Widget Explorer
- Switch categories for a bit
- (without) warning (with) no warning