- Shutdown change in desktopgui.
- Brainstorming about the best way to make desktopgui autostart in I2P.
This commit is contained in:
@ -11,6 +11,10 @@ HIGH PRIORITY:
|
|||||||
- Check if we're inside I2P without using a command-line parameter - DONE
|
- Check if we're inside I2P without using a command-line parameter - DONE
|
||||||
- Modify installer to set I2P directory parameter; or use $I2P? - Is already there
|
- Modify installer to set I2P directory parameter; or use $I2P? - Is already there
|
||||||
- Include in installer - TODO
|
- Include in installer - TODO
|
||||||
|
- Start desktopgui without adding to clients.config and without adding a dependency on routerconsole!
|
||||||
|
* One possibility:
|
||||||
|
Adding some kind of 'ApplicationManager' that allows starting applications.
|
||||||
|
Extra remark: ApplicationManager should also allow stopping certain applications from launching.
|
||||||
- Fix tabs versus spaces ;-)
|
- Fix tabs versus spaces ;-)
|
||||||
UNKNOWN:
|
UNKNOWN:
|
||||||
- API to allow applications to add themselves to the menu?
|
- API to allow applications to add themselves to the menu?
|
||||||
|
@ -74,7 +74,7 @@ public class RouterManager {
|
|||||||
*/
|
*/
|
||||||
public static void shutDown() {
|
public static void shutDown() {
|
||||||
if(inI2P()) {
|
if(inI2P()) {
|
||||||
getRouter().shutdownGracefully();
|
getRouter().shutdown(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user