Skip to content

Commit

Permalink
autofocus pack search when opening pack download screen
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Mar 30, 2019
1 parent 4aa385c commit 17ae528
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local filters = {"", "0", "0", "0", "0", "0", "0"}
--1=name 2=lowerdiff 3=upperdiff 4=lowersize 5=uppersize

local curInput = ""
local inputting = 0 --1=name 2=lowerdiff 3=upperdiff 4=lowersize 5=uppersize 0=none
local inputting = 1 --1=name 2=lowerdiff 3=upperdiff 4=lowersize 5=uppersize 0=none

local function getFilter(index)
return filters[index]
Expand Down

0 comments on commit 17ae528

Please sign in to comment.