mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
* Allow disabling notifications per user and disabling specific notifications per use closes #1974 * Add disable notifs for all users * fix term generator for notifications * sow checkboxes instead of multiselect when js is enabled * remove js dependency * fix notif conditions
8 lines
167 B
C#
8 lines
167 B
C#
namespace BTCPayServer.Views.Manage
|
|
{
|
|
public enum ManageNavPages
|
|
{
|
|
Index, ChangePassword, TwoFactorAuthentication, U2F, APIKeys, Notifications
|
|
}
|
|
}
|