fix: disable tooltip painting for now, because it causes error during

png rendering in qt
This commit is contained in:
2024-12-11 17:09:10 +02:00
parent ee7bd90aae
commit e3d24d1890
3 changed files with 3 additions and 4 deletions

View File

@ -130,7 +130,7 @@ PlasmoidItem {
Plasmoid.userConfiguringChanged(false)
// connect data
awKeys.needTextToBeUpdated.connect(needTextUpdate)
awKeys.needToolTipToBeUpdated.connect(needToolTipUpdate)
//awKeys.needToolTipToBeUpdated.connect(needToolTipUpdate)
// check updates if required
if (plasmoid.configuration.checkUpdates) return awActions.checkUpdates(false)
}