mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 07:58:46 +01:00
Ability to click megaphone in narrow sidebar to expand sidebar
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user