File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 116116 "path" : " Origin/(A) System/System Apps" ,
117117 "name" : " Origin_Start.osl" ,
118118 "icon" : " c #111 w 10 square 0 0 5 5 c #fff w 2 icn power 0.7" ,
119- "version" :" 4.5 "
119+ "version" :" 4.6 "
120120 },
121121 {
122122 "url" : " https://origin.mistium.com/OSL%20Programs/apps/System/File_Info.osl" ,
179179 "path" : " Origin/(A) System/System Apps" ,
180180 "name" : " originAssist.osl" ,
181181 "icon" : " c #6eeb99 w 10 square 0 0 5 5 c #111 w 8 square 0 0 5 5 dot 0 0 square 0 0 5 5 c #6eeb99 icn search 0.5" ,
182- "version" :" 3.2 "
182+ "version" :" 3.3 "
183183 },
184184 {
185185 "url" : " https://origin.mistium.com/OSL%20Programs/apps/System/Http_Client.osl" ,
Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ def searchFiles(this.term) (
3535apps = "user/Applications".listFolder()
3636
3737frames = 0
38+
39+ input "focus" "main"
40+
3841mainloop:
3942
4043frames ++
Original file line number Diff line number Diff line change @@ -100,6 +100,8 @@ apps = before ++ apps
100100
101101total = apps.len
102102
103+ input "focus" "search"
104+
103105mainloop:
104106wt:load_theme
105107
You can’t perform that action at this time.
0 commit comments