mirror of
https://github.com/fairyglade/ly
synced 2024-11-16 00:12:58 +00:00
disabled manual editing of desktop field
This commit is contained in:
parent
36fa63ba6a
commit
7735592123
@ -92,7 +92,7 @@ void init_form(struct ncform* form, char** list, int max_de, int* de_id)
|
||||
}
|
||||
|
||||
set_field_opts(form->fields[i],
|
||||
O_VISIBLE | O_PUBLIC | O_EDIT | O_ACTIVE);
|
||||
O_VISIBLE | O_PUBLIC | O_ACTIVE);
|
||||
/* adds the right arrow */
|
||||
++i;
|
||||
form->fields[i] = new_field(1, 2, 0, form->label_pad + 32, 0, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user