Fix Home button on mobile

This commit is contained in:
MrTimscampi
2020-04-15 15:49:57 +02:00
parent 564ab1f7b4
commit e25cb1e0f3
2 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ define(["dom", "layoutManager", "inputManager", "connectionManager", "events", "
}
if (user && user.localUser) {
if (headerHomeButton && !layoutManager.mobile) {
if (headerHomeButton) {
headerHomeButton.classList.remove("hide");
}