Describe the bug
As of version 5.3.3, the "About Ferdi" menu item is found in the new Todos menu. Is this normal? This must be a bug, or at least it's veeery uncommon. :roll_eyes: :smile:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The "About Ferdi" menu item should be located in the "?" menu (or at least at the same location as Franz has it, provided this is hopefully intuitive).
Screenshots



Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
The phone information is a joke, but I donated 100 US$ for the crowdfunding campaign! They are shipping next week!! :smiley: :champagne:
Very weird, I can't seem to reproduce this bug on mac.
Using v5.3.3 with Todos enabled, the about menu is still inside the Ferdi menu, not the todo menu.


I am able to reproduce it on Ubuntu 18.04.3 LTS with Ferdi 5.3.3.
For Windows I can have a look in the evening at home.
Ok, thank you. It looks like Mac uses a different method to build the menu thus the "About Ferdi" option is still in the right place there but not on all other platforms.
It looks like this is the code responsible for this: https://github.com/kytwb/ferdi/blob/b2d887bd5f0775bec6708dc10710c1528f6576ad/src/lib/Menu.js#L867-L869
It pushed the option to the 6th submenu, which was previously the last submenu but is now used for the Todo menu. This should mean that Franz has the same issue.
I have now commited fd8220b, which should have fixed this problem. Hope you can test it in the next beta build.
@all-contributors add @bittner for bug
@kytwb
I've put up a pull request to add @bittner! :tada:
@bittner shipped in v5.3.4-beta.1. Can you please test and confirm if the issue is fixed or not on your platform with this version? 馃檹
@bittner shipped in v5.3.4-beta.1. Can you please test and confirm if the issue is fixed or not on your platform with this version? pray
Looks good for me
@deadmeu thanks for the feedback!
@bittner please let us know if we need to re-open! 馃檹
The "About Ferdi" is in the right place now (the "?" menu). But the "Todos" menu is empty now, which is a bit ... err ... funny! :smile:
Specifically, it has a disabled menu item that says "(empty)".
Oh, the todo menu creation threw an error as it used window.franz instead of window.ferdi. 28a7345 should have fixed this error now.
Most helpful comment
Oh, the todo menu creation threw an error as it used
window.franzinstead ofwindow.ferdi. 28a7345 should have fixed this error now.