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
Right now, when Display an Indicator for Each Window is not checked, Display indicators/window list items only from current workspace does not work. Right now, it shows an indicator if the first is unchecked and second checked, even when the window is in another workspace. I think it was unintended, to show one indicator if first setting was unchecked.
I think adding in self.ind_ws is None to this line should do the job:
Right now, when
Display an Indicator for Each Window
is not checked,Display indicators/window list items only from current workspace
does not work. Right now, it shows an indicator if the first is unchecked and second checked, even when the window is in another workspace. I think it was unintended, to show one indicator if first setting was unchecked.I think adding in
self.ind_ws is None
to this line should do the job:mate-dock-applet/src/docked_app.in
Lines 1110 to 1113 in 6992e2d
Edit: fixed link
The text was updated successfully, but these errors were encountered: