Closed felipeerias closed 7 months ago
The default value for WidgetPlacement.layer will use the current value from the SettingsStore, which depends on the platform.
WidgetPlacement.layer
SettingsStore
This prevents us from accidentally using layers where they are not well supported.
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.
The default value for
WidgetPlacement.layer
will use the current value from theSettingsStore
, which depends on the platform.This prevents us from accidentally using layers where they are not well supported.