Skip to content

Revert "multitasking: Remove usage of deprecated gtk_widget_show"

Felipe Borges requested to merge revert-multitask-show-hide into main

The rows in this panel are created dynamically depending on the type of content they show. We don't want to show an artwork_box when there's no artwork in a given row, but when there is, we still need to call gtk_widget_show. Same for suffix widgets.

This reverts commit 82b26b98.


Screenshot

image

Merge request reports