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
"Share links you add to ShockAlarm are shown in the settings tab. From there you can see which ones you added and remove them if you don't need them anymore.\n\nThe shockers from the share link are shown in the devices tab.");
141
-
},
142
-
child:Text("Add existing share link")),
143
-
TextButton(
144
-
onPressed: () async {
145
-
Navigator.of(context).pop();
146
-
if (!manager.hasValidAccount()) {
147
-
ErrorDialog.show("Not logged in",
148
-
"Login to OpenShock to create a Share Link. To do this visit the settings page.");
0 commit comments