Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Fixed missing item in File menu on Win / Lin.#2100

Merged
tonyanziano merged 2 commits intov4.8.0from
toanzian/file-menu
Mar 12, 2020
Merged

Fixed missing item in File menu on Win / Lin.#2100
tonyanziano merged 2 commits intov4.8.0from
toanzian/file-menu

Conversation

@tonyanziano
Copy link
Copy Markdown
Contributor

There was a small bug in the File menu on Windows & Linux due to the addition of the Ngrok Debugger menu item. The PR #2032 that added that menu item added 2 new menu items, (the menu item itself and the separator), but the sign in and close tab menu items never had their indices adjusted to compensate for it.

So the "Close tab" menu item was being overwritten by the sign in item.

Before fix:

fix-before

After fix:

fix-after

@tonyanziano tonyanziano merged commit 08315f6 into v4.8.0 Mar 12, 2020
@tonyanziano tonyanziano deleted the toanzian/file-menu branch March 12, 2020 18:58
srinaath added a commit that referenced this pull request Mar 13, 2020
* Fixed missing item in File menu on Win / Lin. (#2100)

* Fixed missing item in File menu on Win / Lin.

* Fixed changelog entry PR #

* Bump version to 4.8.0 (#2101)

Signed-off-by: Srinaath Ravichandran <[email protected]>

Co-authored-by: Srinaath Ravichandran <[email protected]>

Co-authored-by: Tony Anziano <[email protected]>
Co-authored-by: Srinaath Ravichandran <[email protected]>
srinaath pushed a commit that referenced this pull request Mar 18, 2020
* Fixed missing item in File menu on Win / Lin. (#2100)

* Fixed missing item in File menu on Win / Lin.

* Fixed changelog entry PR #

* Bump version to 4.8.0 (#2101)

* Package updated

Signed-off-by: Srinaath Ravichandran <[email protected]>

* Added missing icon file for Linux / Mac (#2104)

* Prevent passing props to activity middleware (#2105)

* Prevent passing props to activity middleware

* Package lock updated

* Changelog updated

* Corrected changelog

* Added tests to ensure restart bubble not present (#2107)

Should hide restart bubble if speech bot

Co-authored-by: Srinaath Ravichandran <[email protected]>

* Fixed a bug that was causing a blank User 'id' field. (#2108)

* Fixed a bug that was causing a blank User 'id' field.

* Added extra assertion in tests.

* Ngrok Startup Options (#2111)

* Make sure ngrok running loop not hit everytime

* Ngrok reporting made accurate (#2113)

* Recator isUsingNgrok
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants