Skip to content

pageBackup: Fix setting adw::ActionRow title property before use-markup

Fina Wilke requested to merge fina/fix-action-row-use-markup-order into main

Fixes #333 (closed).

Apparently the builder / g_object_new does not guarantee the order in which the properties are set. This means we need to set title and subtitle after the action row has been constructed to guarantee the correct order and prevent criticals.

Merge request reports