Remove timeout from Hyprpanel notifications. (#597)

This commit is contained in:
Jas Singh
2024-12-22 13:42:47 -08:00
committed by GitHub
parent 78e339adcf
commit 97e852cf94
7 changed files with 0 additions and 9 deletions

View File

@@ -29,7 +29,6 @@ export const PasswordInput = ({ connecting, staging }: PasswordInputProps): JSX.
Notify({
summary: 'Network',
body: err.message,
timeout: 5000,
});
})
.then(() => {

View File

@@ -239,7 +239,6 @@ export const connectToAP = (accessPoint: AstalNetwork.AccessPoint, event: Astal.
Notify({
summary: 'Network',
body: err.message,
timeout: 5000,
});
}
});