You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
?'Alternates between auto-pinging #wardriving and sending zero-hop discovery pings each interval, tracks repeaters from pings, nearby repeaters, and received mesh traffic.'
904
+
:'Auto-pings #wardriving at your set interval, tracks repeaters from pings and received mesh traffic.',
@@ -858,6 +882,61 @@ class _SettingsScreenState extends State<SettingsScreen> {
858
882
);
859
883
}
860
884
885
+
void_showHybridModeInfo(BuildContext context) {
886
+
showDialog(
887
+
context: context,
888
+
builder: (context) =>AlertDialog(
889
+
title:constRow(
890
+
children: [
891
+
Icon(Icons.compare_arrows, size:24),
892
+
SizedBox(width:8),
893
+
Text('Hybrid Mode'),
894
+
],
895
+
),
896
+
content:constColumn(
897
+
mainAxisSize:MainAxisSize.min,
898
+
crossAxisAlignment:CrossAxisAlignment.start,
899
+
children: [
900
+
Text(
901
+
'Replaces Active Mode. Alternates between auto-pinging #wardriving and sending zero-hop discovery pings each interval, tracking repeaters from pings, nearby repeaters, and received mesh traffic.',
902
+
style:TextStyle(fontSize:14),
903
+
),
904
+
SizedBox(height:12),
905
+
Text('How it works:', style:TextStyle(fontWeight:FontWeight.bold, fontSize:13)),
0 commit comments