https://bugs.kde.org/show_bug.cgi?id=513430
Vlad Zahorodnii <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WAITINGFORINFO Status|REPORTED |NEEDSINFO --- Comment #2 from Vlad Zahorodnii <[email protected]> --- ```js workspace.windowAdded.connect(window => { window.maximizedAboutToChange.connect(mode => console.log("whatsup", mode)); }); ``` works for me ``` js: whatsup 3 js: whatsup 0 ``` can you attach a simple script to the bug report that reproduces the issue? -- You are receiving this mail because: You are watching all bug changes.
