mirror of
https://github.com/lbonn/rofi
synced 2024-11-10 06:14:14 +00:00
[Theme] Add warning when we find an unresolved link.
This commit is contained in:
parent
61aa11ba12
commit
579735e76f
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue