fix email notifications not saving for meshgroups in modern ui #7612
Signed-off-by: si458 <simonsmith5521@gmail.com>
si458 committed
Feb 9, 2026 at 13:27 UTC
cb6c3f524229ec65e29089e218f755c6ff473bed
1 file changed
+2
-1
views/default3.handlebars
+2
-1
@@ -16160,8 +16160,9 @@
16160
return false;
16161
}
16162
16163
- function p20editMeshNotifyEx(b, emailNotify) {
16163
+ function p20editMeshNotifyEx() {
16164
var meshNotify = 0;
16165
+ var emailNotify = ((features2 & 0x00004000) && (userinfo.emailVerified));
16166
meshNotify += Q('p20notifyIntelDeviceConnect').checked ? 2 : 0;
16167
meshNotify += Q('p20notifyIntelDeviceDisconnect').checked ? 4 : 0;
16168
if (currentMesh.mtype < 3) { meshNotify += Q('p20notifyIntelAmtKvmActions').checked ? 8 : 0; }