Skip to content
Snippets Groups Projects
Commit e2be1801 authored by t895's avatar t895
Browse files

android: Disable PiP by default

parent 24548b1f
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ struct Values {
Settings::Linkage linkage;
// Android
Settings::Setting<bool> picture_in_picture{linkage, true, "picture_in_picture",
Settings::Setting<bool> picture_in_picture{linkage, false, "picture_in_picture",
Settings::Category::Android};
Settings::Setting<s32> screen_layout{linkage,
5,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment