Skip to content

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:

  1. Open Widget Explorer
  2. Switch categories for a bit
  3. (without) warning (with) no warning

Merge request reports

Loading