mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
@@ -54,12 +54,14 @@ export const RouteContainer = ({ route }: Props) => {
|
|||||||
<SidebarSwitch className={styles.leftSidebarButton} />
|
<SidebarSwitch className={styles.leftSidebarButton} />
|
||||||
)}
|
)}
|
||||||
<view.header.Target className={styles.viewHeaderContainer} />
|
<view.header.Target className={styles.viewHeaderContainer} />
|
||||||
{viewPosition.isLast && !rightSidebarOpen && rightSidebarHasViews && (
|
{viewPosition.isLast && !rightSidebarOpen && (
|
||||||
<>
|
<>
|
||||||
<ToggleButton
|
{rightSidebarHasViews && (
|
||||||
className={styles.rightSidebarButton}
|
<ToggleButton
|
||||||
onToggle={handleToggleRightSidebar}
|
className={styles.rightSidebarButton}
|
||||||
/>
|
onToggle={handleToggleRightSidebar}
|
||||||
|
/>
|
||||||
|
)}
|
||||||
{isWindowsDesktop && (
|
{isWindowsDesktop && (
|
||||||
<div className={styles.windowsAppControlsContainer}>
|
<div className={styles.windowsAppControlsContainer}>
|
||||||
<WindowsAppControls />
|
<WindowsAppControls />
|
||||||
|
|||||||
Reference in New Issue
Block a user