mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-14 14:49:23 +03:00
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:
parent
1809143ff3
commit
15e61743a3
@ -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.
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user