Igalia / wolvic

A fast and secure browser for standalone virtual-reality and augmented-reality headsets.
https://wolvic.org
Mozilla Public License 2.0
813 stars 105 forks source link

Default value for `WidgetPlacement.layer` #1340

Closed felipeerias closed 7 months ago

felipeerias commented 7 months ago

The default value for WidgetPlacement.layer will use the current value from the SettingsStore, which depends on the platform.

This prevents us from accidentally using layers where they are not well supported.

felipeerias commented 7 months ago

After talking with the team, this PR is not needed. We already have a separate setting that will prevent the creation of layers if the system does not support them.