change window titlebar key

This commit is contained in:
HF 2022-07-12 20:13:29 +02:00
parent fc1b2763d3
commit 9ee5bdbd06

View File

@ -122,7 +122,7 @@ const Window = ({ id }) => {
</span> </span>
<span <span
className="win-title" className="win-title"
key={`title-${name}-${title}`} key="title"
ref={titleBarRef} ref={titleBarRef}
title={t`Move`} title={t`Move`}
> >