graceful shutdown on disconnect from router

dbus-notify
Zlatin Balevsky 2022-03-04 15:24:01 +00:00
parent 72a5406d25
commit d81f13fee3
No known key found for this signature in database
GPG Key ID: A72832072D525E41
2 changed files with 1 additions and 2 deletions

View File

@ -26,7 +26,6 @@
|Mark collections as inconsistent if file missing/unshared | 70? | GUI | Low|
|Magic tree expansion + expand fully in collection view | 70 | GUI | Low |
|Text on collections wizard is squished in GTK | N/A | GUI | Medium |
|Proper shutdown when disconnected from router | N/A | Core, GUI | High |
|Make sure file exists on server before sharing | N/A | Plugin | Low |
|Create shortcuts optional in windows installer | N/A | Installers | Medium |
|Bloom filters| N/A | Network, Core | Optional |

View File

@ -794,7 +794,7 @@ class MainFrameModel {
runInsideUIAsync {
JOptionPane.showMessageDialog(null, "MuWire lost connection to the I2P router and will now exit.",
"Connection to I2P router lost", JOptionPane.WARNING_MESSAGE)
System.exit(0)
view.closeApplication()
}
}