mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-08 01:16:56 +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:
@@ -87,6 +87,7 @@ final class UserSettingsManagerController extends ControllerBase implements Exte
|
||||
$template->assign('chkTopNavbar', $userPreferences->isTopNavbar() ? 'checked="checked"' : '');
|
||||
$template->assign('chkOptionalActions', $userPreferences->isOptionalActions() ? 'checked="checked"' : '');
|
||||
$template->assign('chkResultsAsCards', $userPreferences->isResultsAsCards() ? 'checked="checked"' : '');
|
||||
$template->assign('chkNotifications', $userPreferences->isCheckNotifications() ? 'checked="checked"' : '');
|
||||
$template->assign('route', 'userSettingsGeneral/save');
|
||||
|
||||
return new DataTab(__('Preferencias'), $template);
|
||||
|
||||
Reference in New Issue
Block a user