feat: hide files back button in Pro shell

This commit is contained in:
Linus Rath
2026-05-21 17:25:01 +02:00
parent 280f5bc675
commit b48eef2189
+1 -1
View File
@@ -401,7 +401,7 @@ export default function FilesPage() {
)}
<div className={cn("flex flex-1 min-h-0", inlineApp && "hidden")}>
<div className="flex-1 min-w-0 flex flex-col">
{folderLayout !== "sidebar" && (
{folderLayout !== "sidebar" && !isEmbedded && (
<div className={cn("p-4 border-b border-border", isMobile && "px-3 py-3")}>
<div className="flex items-center justify-between">
<Button