Fix Mini App cookies on Linux

Fixes #30889
This commit is contained in:
Suthankan Balenthiran
2026-07-31 17:50:14 +05:30
committed by John Preston
parent ccab70a8cd
commit ea1bfa2ac8
2 changed files with 2 additions and 1 deletions

View File

@@ -2129,6 +2129,7 @@ bool Panel::createWebview(const Webview::ThemeParams &params) {
Webview::WindowConfig{
.opaqueBg = params.bodyBg,
.storageId = _storageId,
.allowThirdPartyCookies = _externalShell,
.mode = _externalShell
? Webview::WindowMode::External
: Webview::WindowMode::Embedded,