From e9c6bb6333ae3f16dc206453ded133170a149532 Mon Sep 17 00:00:00 2001 From: Stefano Babic Date: Fri, 4 Oct 2019 17:58:29 +0200 Subject: [PATCH] Drop file type from list Signed-off-by: Stefano Babic --- SWUpdateGUI.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/SWUpdateGUI.lua b/SWUpdateGUI.lua index a9bdffc..531bf00 100755 --- a/SWUpdateGUI.lua +++ b/SWUpdateGUI.lua @@ -667,7 +667,6 @@ app = ui.Application:new Width = w - 40, Height = h - 40, BasePath = MEDIA, - Path = "*.swu", SelectMode = "single", DisplayMode = "all" }