Increase mobile size to 800

This commit is contained in:
2024-10-07 10:05:17 +02:00
parent 6ea49e04ae
commit 70efbe75b1

View File

@@ -210,7 +210,7 @@ class MyTheme {
} }
void setScreenType(double width) { void setScreenType(double width) {
if (width <= 500) { if (width <= 800) {
screenType = "mobile"; screenType = "mobile";
} else { } else {
screenType = "desktop"; screenType = "desktop";