Convert show to hide

This commit is contained in:
Leonabcd123 2025-12-16 11:36:21 +02:00
parent 5731f47ebc
commit e47106c1cb

View file

@ -39,7 +39,7 @@ export function showError(): void {
export async function showBar(): Promise<void> {
barEl?.show();
errorEl?.hide();
spinnerEl?.show();
spinnerEl?.hide();
textEl?.hide();
}