Ability to click megaphone in narrow sidebar to expand sidebar

This commit is contained in:
ayumi-signal
2026-01-16 14:22:18 -08:00
committed by GitHub
parent 1c8b7fc45d
commit d6fc5ac6e3
15 changed files with 79 additions and 52 deletions

View File

@@ -20,6 +20,7 @@ import OS from '../../util/os/osMain.node.js';
import { isStagingServer } from '../../util/isStagingServer.dom.js';
import { createLogger } from '../../logging/log.std.js';
import { SmartToastManager } from './ToastManager.preload.js';
import { shouldNeverBeCalled } from '../../util/shouldNeverBeCalled.std.js';
const log = createLogger('InstallScreen');
@@ -103,6 +104,7 @@ export const SmartInstallScreen = memo(function SmartInstallScreen() {
<InstallScreen {...props} />
<SmartToastManager
disableMegaphone
expandNarrowLeftPane={shouldNeverBeCalled}
containerWidthBreakpoint={WidthBreakpoint.Narrow}
/>
</>