diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/app.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -498,7 +498,7 @@ static void init_App_(iApp *d, int argc, char **argv) { | |||
498 | /* Widget state init. */ | 498 | /* Widget state init. */ |
499 | processEvents_App(postedEventsOnly_AppEventMode); | 499 | processEvents_App(postedEventsOnly_AppEventMode); |
500 | if (!loadState_App_(d)) { | 500 | if (!loadState_App_(d)) { |
501 | postCommand_App("navigate.home"); | 501 | postCommand_App("open url:about:help"); |
502 | } | 502 | } |
503 | postCommand_App("window.unfreeze"); | 503 | postCommand_App("window.unfreeze"); |
504 | d->isFinishedLaunching = iTrue; | 504 | d->isFinishedLaunching = iTrue; |