add essential tooltip

This commit is contained in:
aurinex
2025-12-29 16:54:05 +05:00
parent b1f378c5a8
commit e0889cfaea

View File

@ -541,6 +541,7 @@ export default function TopBar({ onRegister, username }: TopBarProps) {
title={getLastLaunchLabel(lastVersion)} title={getLastLaunchLabel(lastVersion)}
arrow arrow
placement="bottom" placement="bottom"
essential
TransitionProps={{ timeout: 120 }} TransitionProps={{ timeout: 120 }}
> >
<Button <Button