Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After removing the Global Menu, Firefox has a single "Label Empty" #18

Open
Zren opened this issue Jun 11, 2019 · 1 comment
Open

After removing the Global Menu, Firefox has a single "Label Empty" #18

Zren opened this issue Jun 11, 2019 · 1 comment

Comments

@Zren
Copy link
Owner

Zren commented Jun 11, 2019

We should filter this, if it's not too much trouble. The in app menu isn't populated either, so it's a FireFox bug.

@ren2r
Copy link

ren2r commented Jun 11, 2019

I could be done with something like this...

if 'label' in item_props:
    if item_props['label'] == 'Root' or item_props['label'] == 'Label Empty':
        pass
    else:
        new_path = path + PATHSEPERATOR + item_props['label']
else:
    new_path = path

This way it's not needed to replace "Label Empty" and "Root" in format_path() and it will not be show in Firefox after removing the Global menu or Appmenu window button.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants