kotelnik / plasma-applet-active-window-control

Plasma 5 applet for controlling currently active window.
GNU General Public License v2.0
119 stars 18 forks source link

Plasmoid not updated #49

Closed bkrith closed 7 years ago

bkrith commented 7 years ago

Hi, and sorry again! It works but not trigger the activeWindowModel for update. You must unfocus/focus the window to change the plasmoid content. For some reason the tasks not updated...

I added a listview to update the model...

ListView { model: activeWindowModel delegate: Item {} }

Maybe problem is with my versions - settings but older versions works! Dont try to fix it if no one else has the same problem!

kotelnik commented 7 years ago

Hi! I believe I've fixed that in the latest commit: https://github.com/kotelnik/plasma-applet-active-window-control/commit/277bc315c1ca314f6f354d13fbaa00b8436f4479

Please try if it works for you.