mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: add title to toast
This commit is contained in:
parent
10f23bd997
commit
8dba75df34
4 changed files with 11 additions and 3 deletions
|
|
@ -57,6 +57,7 @@ export function SettingsRealDebrid() {
|
|||
return;
|
||||
} else {
|
||||
showSuccessToast(
|
||||
t("real_debrid_account_linked"),
|
||||
t("debrid_linked_message", { username: user.username })
|
||||
);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -49,7 +49,10 @@ export function SettingsTorbox() {
|
|||
form.torBoxApiToken!
|
||||
);
|
||||
|
||||
showSuccessToast(t("debrid_linked_message", { username: user.email }));
|
||||
showSuccessToast(
|
||||
t("torbox_account_linked"),
|
||||
t("debrid_linked_message", { username: user.email })
|
||||
);
|
||||
} else {
|
||||
showSuccessToast(t("changes_saved"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue