Fix missing icons on homepage

This commit is contained in:
yflory 2023-10-09 12:14:21 +02:00
parent 16115de950
commit 14f5f5185b

View file

@ -89,7 +89,7 @@ define([
};
LocalStore.isLoggedIn = function () {
return window.CP_logged_in || typeof getUserHash() === "string";
return window.CP_logged_in || typeof LocalStore.getBlockHash() === "string";
};
LocalStore.getDriveRedirectPreference = function () {