Zren / plasma-applet-tiledmenu

https://store.kde.org/p/2142716/
145 stars 34 forks source link

Changed implicit onFoo Connection properties to functions #153

Closed BVengo closed 8 months ago

BVengo commented 1 year ago

When I ran plasmashell --replace in my terminal, I noticed that the following deprecation warning was being spammed because of the tiled menu:

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.