You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle modal dialog title
... and get rid of a corner case where switching between a window+modal and another window could cause the title not to be updated.
Still have to take care of desktop windows like DING...
Remove title changed signal when switching window
Ensure to remove the unfocused window title changed signal.
When a window is closed the signal is destroyed but if we just switch between two existing windows, we were creating not useful signals.
Use disconnectObject and null out menu on disable
When the extension was disabled (eg. entering sleep or locked session), there was an access from panel's menu manager to this extension's button menu that was no more existing, causing errors to be reported in logs (Object St.BoxLayout (<ref>), has been already disposed...).