window: Change showing order of empty pages
This commit is contained in:
@@ -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>;
|
||||||
|
|||||||
Reference in New Issue
Block a user