mirror of
https://github.com/kepler155c/opus
synced 2025-01-13 17:10:28 +00:00
file associations
This commit is contained in:
parent
6143671dfb
commit
da20397b22
@ -115,14 +115,14 @@ local Browser = UI.Page {
|
||||
formLabel = 'Extension', formKey = 'name',
|
||||
shadowText = 'extension',
|
||||
required = true,
|
||||
limit = 20,
|
||||
limit = 64,
|
||||
},
|
||||
[2] = UI.TextEntry {
|
||||
width = 16,
|
||||
width = 20,
|
||||
formLabel = 'Program', formKey = 'value',
|
||||
shadowText = 'program',
|
||||
required = true,
|
||||
limit = 64,
|
||||
limit = 128,
|
||||
},
|
||||
add = UI.Button {
|
||||
x = -11, y = 1,
|
||||
|
Loading…
Reference in New Issue
Block a user