iptracker icon indicating copy to clipboard operation
iptracker copied to clipboard

Wrong IP Shown in Menu

Open smartinec opened this issue 1 year ago • 1 comments

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 avatar Oct 03 '23 01:10 smartinec

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.

modernben avatar Oct 03 '23 18:10 modernben