Disable by default qt engine
This commit is contained in:
parent
bfd66a259f
commit
0e6a01fd75
1 changed files with 2 additions and 1 deletions
|
@ -1824,7 +1824,8 @@ public class OsmandSettings {
|
|||
public final OsmandPreference<Boolean> NATIVE_RENDERING_FAILED = new BooleanPreference("native_rendering_failed_init", false).makeGlobal();
|
||||
|
||||
public final OsmandPreference<Boolean> USE_OPENGL_RENDER = new BooleanPreference("use_opengl_render",
|
||||
Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH).makeGlobal().cache();
|
||||
false /*Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH*/
|
||||
).makeGlobal().cache();
|
||||
|
||||
public final OsmandPreference<Boolean> OPENGL_RENDER_FAILED = new BooleanPreference("opengl_render_failed", false).makeGlobal().cache();
|
||||
|
||||
|
|
Loading…
Reference in a new issue