mirror of https://github.com/zlatinb/muwire
graceful shutdown on disconnect from router
parent
72a5406d25
commit
d81f13fee3
1
TODO.md
1
TODO.md
|
@ -26,7 +26,6 @@
|
||||||
|Mark collections as inconsistent if file missing/unshared | 70? | GUI | Low|
|
|Mark collections as inconsistent if file missing/unshared | 70? | GUI | Low|
|
||||||
|Magic tree expansion + expand fully in collection view | 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 |
|
|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 |
|
|Make sure file exists on server before sharing | N/A | Plugin | Low |
|
||||||
|Create shortcuts optional in windows installer | N/A | Installers | Medium |
|
|Create shortcuts optional in windows installer | N/A | Installers | Medium |
|
||||||
|Bloom filters| N/A | Network, Core | Optional |
|
|Bloom filters| N/A | Network, Core | Optional |
|
||||||
|
|
|
@ -794,7 +794,7 @@ class MainFrameModel {
|
||||||
runInsideUIAsync {
|
runInsideUIAsync {
|
||||||
JOptionPane.showMessageDialog(null, "MuWire lost connection to the I2P router and will now exit.",
|
JOptionPane.showMessageDialog(null, "MuWire lost connection to the I2P router and will now exit.",
|
||||||
"Connection to I2P router lost", JOptionPane.WARNING_MESSAGE)
|
"Connection to I2P router lost", JOptionPane.WARNING_MESSAGE)
|
||||||
System.exit(0)
|
view.closeApplication()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue