iptracker
iptracker copied to clipboard
Wrong IP Shown in Menu
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.
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.