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
Copy file name to clipboardExpand all lines: README.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,7 @@ If you have an antivirus or firewall, you may need to disable some other setting
28
28
Please send feedback via [Github Issue](https://github.com/airsquared/blobsaver/issues/new/choose) or [Reddit PM](https://www.reddit.com//message/compose?to=01110101_00101111&subject=Blobsaver+Feedback) if you encounter any bugs/problems or have a feature request.
29
29
30
30
## TODO:
31
-
- Fix reading the information from the device on Windows
32
-
- Better notifications
31
+
See Github issues tagged [enhancement](https://github.com/airsquared/blobsaver/labels/enhancement)
@@ -1136,7 +1148,9 @@ public void resetAppHandler() {
1136
1148
try {
1137
1149
AlertconfirmationAlert = newAlert(Alert.AlertType.CONFIRMATION, "Are you sure you would like to uninstall this application?", ButtonType.NO, ButtonType.YES);
1138
1150
confirmationAlert.showAndWait();
1139
-
if ((confirmationAlert.getResult() == null) || ButtonType.CANCEL.equals(confirmationAlert.getResult()) || ButtonType.NO.equals(confirmationAlert.getResult())) {
0 commit comments