Page 1 of 1

Toon without meteradapter

Posted: Mon Apr 23, 2018 6:29 pm
by patricx
I'm used the toon only as thermostat for my domoticz.

When i remove the meteradapter i get a message in toon.

How can i remove this message ?

patrick

Re: Toon without meteradapter

Posted: Mon Apr 23, 2018 7:58 pm
by Toonz
You can completely disable the notification bar following this advice: viewtopic.php?f=87&t=11810&p=84283&hili ... ion#p83687

Re: Toon without meteradapter

Posted: Mon Apr 23, 2018 8:44 pm
by patricx
That's only disable the notification bar but how do i remove also the icon?

Re: Toon without meteradapter

Posted: Tue Apr 24, 2018 7:46 am
by TheHogNL
patricx wrote:That's only disable the notification bar but how do i remove also the icon?
You can remove the error icon in this file:
/qmf/qml/apps/systemSettings/SystemSettingsErrorTray.qml

Change "visible: app.systrayErrorCount > 0" to "visible: false"

Now the icon will never show anymore (also not on other errors). It is more difficult to do if you only want the meteradapter error to disappear.