chore: just a if for Android/Apple and a else for the reset
This commit is contained in:
parent
f35122dbb6
commit
181a725b04
|
|
@ -568,9 +568,7 @@ struct Values {
|
|||
Category::RendererHacks};
|
||||
|
||||
SwitchableSetting<ExtendedDynamicState> dyna_state{linkage,
|
||||
#if defined (ANDROID)
|
||||
ExtendedDynamicState::Disabled,
|
||||
#elif defined (__APPLE__)
|
||||
#if defined (ANDROID) || defined (__APPLE__)
|
||||
ExtendedDynamicState::Disabled,
|
||||
#else
|
||||
ExtendedDynamicState::EDS2,
|
||||
|
|
|
|||
Loading…
Reference in New Issue