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

Wrong IP Shown in Menu #13

Open
smartinec opened this issue Oct 3, 2023 · 1 comment
Open

Wrong IP Shown in Menu #13

smartinec opened this issue Oct 3, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@smartinec
Copy link

I reset my router and my IP changed. IP Tracker caught the update and notified me, but the wrong IP text is shown in the menu. Clicking on the old IP in the menu copies the new (correct) IP to the clipboard.

2023-10-02_21-08-39

@smartinec smartinec added the bug Something isn't working label Oct 3, 2023
@modernben
Copy link
Owner

Thanks @smartinec I think this is still a limitation of the underlying NativePHP framework. I can update the MenuBar::label() but I can't get down to the context menu to update labels.

See here: https://github.com/modernben/iptracker/blob/main/app/Providers/NativeAppServiceProvider.php

The MenuBar is created with the 2 event menu items but there isn't a way for me to update those yet. As soon as NativePHP provides a way I will get this updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants