Don't show Clear Private Data in Private Browsing
Fixes: https://bugs.launchpad.net/midori/+bug/734664
This commit is contained in:
parent
201bab15c0
commit
91a130cf75
1 changed files with 1 additions and 0 deletions
|
@ -2038,6 +2038,7 @@ main (int argc,
|
|||
#endif
|
||||
NULL);
|
||||
midori_browser_set_action_visible (browser, "Tools", FALSE);
|
||||
midori_browser_set_action_visible (browser, "ClearPrivateData", FALSE);
|
||||
midori_browser_set_action_visible (browser, "Panel", FALSE);
|
||||
g_object_set (browser, "settings", settings, NULL);
|
||||
midori_startup_timer ("Setup config: \t%f");
|
||||
|
|
Loading…
Reference in a new issue