diff --git a/ui/components/app/menu-bar/account-options-menu.js b/ui/components/app/menu-bar/account-options-menu.js
index dfcdf2bfe..5e83f8aec 100644
--- a/ui/components/app/menu-bar/account-options-menu.js
+++ b/ui/components/app/menu-bar/account-options-menu.js
@@ -77,6 +77,27 @@ export default function AccountOptionsMenu({ anchorElement, onClose }) {
className="account-options-menu"
onHide={onClose}
>
+
{getEnvironmentType() === ENVIRONMENT_TYPE_FULLSCREEN ? null : (
-