mirror of
https://github.com/davatorium/rofi.git
synced 2025-07-31 21:59:25 -04: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…
Add table
Add a link
Reference in a new issue