Closed BVengo closed 8 months ago
When I ran plasmashell --replace in my terminal, I noticed that the following deprecation warning was being spammed because of the tiled menu:
plasmashell --replace
QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
This is just a fix to use the new syntax.
When I ran
plasmashell --replace
in my terminal, I noticed that the following deprecation warning was being spammed because of the tiled menu:This is just a fix to use the new syntax.