mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
Merge pull request #587 from silentrald/feat/543
[feat-543] added notification when logging out
This commit is contained in:
@@ -136,7 +136,14 @@ export function SettingsPage() {
|
||||
}
|
||||
|
||||
const clearDownloadersSession = () => {
|
||||
if (!hasDownloaderSession) {
|
||||
return;
|
||||
}
|
||||
|
||||
steamDownloader.deleteSteamSession();
|
||||
notificationService.notifyInfo({
|
||||
title: "pages.settings.steam-and-oculus.logout-success",
|
||||
});
|
||||
loadDownloadersSession();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user