Skip to content

Commit 64857a0

Browse files
committed
Init Tablet mode on Z13 #3816
1 parent 0b0ce9b commit 64857a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/AppConfig.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ public static bool IsS17()
536536

537537
public static bool HasTabletMode()
538538
{
539-
return ContainsModel("X16") || ContainsModel("X13");
539+
return ContainsModel("X16") || ContainsModel("X13") || ContainsModel("Z13");
540540
}
541541

542542
public static bool IsX13()

0 commit comments

Comments
 (0)