mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding toast for saving real debrid with no token
This commit is contained in:
parent
50c3503e37
commit
84c746ef35
3 changed files with 9 additions and 5 deletions
|
@ -62,6 +62,8 @@ export function SettingsRealDebrid({
|
|||
t("real_debrid_linked_message", { username: user.username })
|
||||
);
|
||||
}
|
||||
} else {
|
||||
showSuccessToast(t("changes_saved"));
|
||||
}
|
||||
|
||||
updateUserPreferences({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue