feat: enhance update notification layout and add room info display in developer tools
This commit is contained in:
@@ -616,8 +616,10 @@ export function TitleBar({ mx, children }: TitleBarProps) {
|
||||
))}
|
||||
{children}
|
||||
</Box>
|
||||
<UpdateNotification />
|
||||
<WindowControls />
|
||||
<Box alignItems="Center" gap="100" style={{ height: '100%', flexShrink: 0 }}>
|
||||
<UpdateNotification />
|
||||
<WindowControls />
|
||||
</Box>
|
||||
</Box>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user