From b18205c60ee2c4549cf521e02f0223aec46e90b5 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Sun, 14 Feb 2021 08:38:07 +0200 Subject: Open Help on first run Make things less confusing for newcomers by showing the Help document on first run. Moved up the "What is Gemini" section to the top since it has the FAQ link. IssueID #159 --- src/app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/app.c b/src/app.c index a0054a9f..db150f0b 100644 --- a/src/app.c +++ b/src/app.c @@ -498,7 +498,7 @@ static void init_App_(iApp *d, int argc, char **argv) { /* Widget state init. */ processEvents_App(postedEventsOnly_AppEventMode); if (!loadState_App_(d)) { - postCommand_App("navigate.home"); + postCommand_App("open url:about:help"); } postCommand_App("window.unfreeze"); d->isFinishedLaunching = iTrue; -- cgit v1.2.3