fix(ags): reduce maxWidthChars of current-client
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2025-03-06 23:27:15 -05:00
parent d6005c7acd
commit 84ceb51af6

View file

@ -75,7 +75,7 @@ export default () => {
<label <label
label={bind(focusedTitle)} label={bind(focusedTitle)}
truncate truncate
maxWidthChars={40} maxWidthChars={35}
/> />
</box> </box>
</box> </box>