|
@@ -133,6 +133,7 @@ export function Sd() {
|
|
|
{showMaxIcon && (
|
|
{showMaxIcon && (
|
|
|
<div className="window-action-button">
|
|
<div className="window-action-button">
|
|
|
<IconButton
|
|
<IconButton
|
|
|
|
|
+ aria={Locale.Chat.Actions.FullScreen}
|
|
|
icon={config.tightBorder ? <MinIcon /> : <MaxIcon />}
|
|
icon={config.tightBorder ? <MinIcon /> : <MaxIcon />}
|
|
|
bordered
|
|
bordered
|
|
|
onClick={() => {
|
|
onClick={() => {
|