1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

[DRun] Drun read url field from cache.

This commit is contained in:
Dave Davenport 2024-02-18 11:35:39 +01:00
parent f539a08222
commit 1c8159c4c8

View file

@ -1010,6 +1010,7 @@ static gboolean drun_read_cache(DRunModePrivateData *pd,
drun_read_stringv(fd, &(entry->keywords));
drun_read_string(fd, &(entry->comment));
drun_read_string(fd, &(entry->url));
int32_t type = 0;
drun_read_integer(fd, &(type));
entry->type = type;