Add more request buttons
This commit is contained in:
parent
d45d2acd95
commit
3ef0bd371d
@ -894,6 +894,8 @@ local PAGES = {
|
||||
element = List:new{
|
||||
[Orientation:getId()] = Orientation.HORIZONTAL,
|
||||
[Children:getId()] = {
|
||||
makeRequestButton(-64),
|
||||
Element:new{ width = 1 },
|
||||
makeRequestButton(-16),
|
||||
Element:new{ width = 1 },
|
||||
makeRequestButton(-8),
|
||||
@ -905,6 +907,8 @@ local PAGES = {
|
||||
makeRequestButton(8),
|
||||
Element:new{ width = 1 },
|
||||
makeRequestButton(16),
|
||||
Element:new{ width = 1 },
|
||||
makeRequestButton(64),
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1015,12 +1019,14 @@ local PAGES = {
|
||||
end)
|
||||
end
|
||||
|
||||
bindRequestButton(-64)
|
||||
bindRequestButton(-16)
|
||||
bindRequestButton(-8)
|
||||
bindRequestButton(-1)
|
||||
bindRequestButton(1)
|
||||
bindRequestButton(8)
|
||||
bindRequestButton(16)
|
||||
bindRequestButton(64)
|
||||
|
||||
updateDisplayState()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user