Remove timeout from Hyprpanel notifications. (#597)
This commit is contained in:
@@ -29,7 +29,6 @@ export const PasswordInput = ({ connecting, staging }: PasswordInputProps): JSX.
|
||||
Notify({
|
||||
summary: 'Network',
|
||||
body: err.message,
|
||||
timeout: 5000,
|
||||
});
|
||||
})
|
||||
.then(() => {
|
||||
|
||||
@@ -239,7 +239,6 @@ export const connectToAP = (accessPoint: AstalNetwork.AccessPoint, event: Astal.
|
||||
Notify({
|
||||
summary: 'Network',
|
||||
body: err.message,
|
||||
timeout: 5000,
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user