This happens because whenever this setting changes, the plugin has to change the amount of UI nodes in the widget, and the safe/lazy way to do that is to perform a hard reset that tears the whole widget down and rebuilds it, causing the flicker. Can be fixed if/when I get around to applying the setting in a more dextrous way.
This happens because whenever this setting changes, the plugin has to change the amount of UI nodes in the widget, and the safe/lazy way to do that is to perform a hard reset that tears the whole widget down and rebuilds it, causing the flicker. Can be fixed if/when I get around to applying the setting in a more dextrous way.