Add button to quit by default. Not having it confuses people who run it as intended on the framebuffer, and it can still be turned off should somone wish to.

This commit is contained in:
Michael Drake 2013-02-12 20:16:12 +00:00
parent 1809143ff3
commit 15e61743a3
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ Configuring
t - throbber/activity indicator
c - close the current window
The default layout is "blfsrut" there should be no more than a
The default layout is "blfsrutc" there should be no more than a
single url bar entry. If the option is set to the empty string (no
spaces permitted) the toolbar is disabled altogether.

View File

@ -59,7 +59,7 @@
#include "desktop/history_core.h"
#include "content/fetch.h"
#define NSFB_TOOLBAR_DEFAULT_LAYOUT "blfsrut"
#define NSFB_TOOLBAR_DEFAULT_LAYOUT "blfsrutc"
fbtk_widget_t *fbtk;