mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-15 04:46:49 +01:00
* [ADD] Added In-App notifications polling. It will show up a browser notification when there are pending notifications
* [MOD] Improved Javascript error handling * [MOD] Code refactoring Signed-off-by: nuxsmin <nuxsmin@syspass.org>
This commit is contained in:
@@ -60,6 +60,7 @@ final class UserSettingsGeneralController extends SimpleControllerBase
|
||||
$userPreferencesData->setTopNavbar($this->request->analyzeBool('top_navbar', false));
|
||||
$userPreferencesData->setOptionalActions($this->request->analyzeBool('optional_actions', false));
|
||||
$userPreferencesData->setResultsAsCards($this->request->analyzeBool('resultsascards', false));
|
||||
$userPreferencesData->setCheckNotifications($this->request->analyzeBool('check_notifications', false));
|
||||
|
||||
try {
|
||||
$this->userService->updatePreferencesById($userData->getId(), $userPreferencesData);
|
||||
|
||||
Reference in New Issue
Block a user