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, template.search-text,
"empty-search", "empty-search",
$_if_else( $_if_else(
template.show-hidden, template.collection,
"empty-hidden", "empty-collection",
$_if_else(template.collection, "empty-collection", "empty") as <string> $_if_else(template.show-hidden, "empty-hidden", "empty") as <string>
) as <string> ) as <string>
) as <string> ) as <string>
) as <string>; ) as <string>;