[Theme] Add warning when we find an unresolved link.

This commit is contained in:
Dave Davenport 2022-01-31 20:21:20 +01:00
parent 61aa11ba12
commit 579735e76f
1 changed files with 1 additions and 0 deletions

View File

@ -715,6 +715,7 @@ static void rofi_theme_resolve_link_property(Property *p, int depth) {
return;
}
}
g_warning("Failed to resolve variable '%s'", name);
// No found and we have default value.
if (p->value.link.def_value) {
p->value.link.ref = p->value.link.def_value;