window: Change showing order of empty pages

This commit is contained in:
Jamie Gravendeel
2025-12-27 14:45:26 +01:00
parent b8df4ff2c7
commit b592b95302

View File

@@ -217,9 +217,9 @@ template $Window: Adw.ApplicationWindow {
template.search-text,
"empty-search",
$_if_else(
template.show-hidden,
"empty-hidden",
$_if_else(template.collection, "empty-collection", "empty") as <string>
template.collection,
"empty-collection",
$_if_else(template.show-hidden, "empty-hidden", "empty") as <string>
) as <string>
) as <string>
) as <string>;