Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

about:preferences now has "autohide menu" option #1630

Closed
wants to merge 9 commits into from
Closed

about:preferences now has "autohide menu" option #1630

wants to merge 9 commits into from

Commits on May 11, 2016

  1. Auto hide of the menu bar is now configurable (defaults to false). At…

    … the moment, setting only takes effect when launching browser (restart required on change).
    bsclifton committed May 11, 2016
    Configuration menu
    Copy the full SHA
    d81d960 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dac5e1c View commit details
    Browse the repository at this point in the history
  3. Introducing a handler for settings (about:preferences) that change. T…

    …his first handler will show/hide the application menu.
    bsclifton committed May 11, 2016
    Configuration menu
    Copy the full SHA
    07b6c4b View commit details
    Browse the repository at this point in the history
  4. Default autohide-menubar=true. Per #1524, it should only default to f…

    …alse on Windows (will update in a following commit).
    bsclifton committed May 11, 2016
    Configuration menu
    Copy the full SHA
    d84ad70 View commit details
    Browse the repository at this point in the history
  5. Show "hide the menu bar" in the context menu displayed when you right…

    … click in bookmarks toolbar
    bsclifton committed May 11, 2016
    Configuration menu
    Copy the full SHA
    f5ff450 View commit details
    Browse the repository at this point in the history
  6. Defaults to false (show the menu) on Windows. All other platforms def…

    …ault to true (hide the menu).
    bsclifton committed May 11, 2016
    Configuration menu
    Copy the full SHA
    7b036c0 View commit details
    Browse the repository at this point in the history
  7. Fix linting errors. I had to manually run because pre-commit package …

    …failed to install when doing a fresh npm install.
    bsclifton committed May 11, 2016
    Configuration menu
    Copy the full SHA
    0a6d5cd View commit details
    Browse the repository at this point in the history
  8. - Fixed text in the menu.properties file (use recommended wording/cas…

    …ing)
    
    - Don't show "hide menu bar" in bookmarks toolbar context menu for OS X
    - Always set autoHideMenuBar to true (when creating BrowserWindow) for OS X
    bsclifton committed May 11, 2016
    Configuration menu
    Copy the full SHA
    5381081 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    84e0dd2 View commit details
    Browse the repository at this point in the history