From 0cebe69d98f123df3d2c4114abc0253c3efe196b Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Fri, 28 Sep 2018 10:37:59 -0400 Subject: [PATCH] moved var cache to its own dir so rename the appropriate line in filesystem module --- drawing/FileSystem.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drawing/FileSystem.lua b/drawing/FileSystem.lua index 789dc3b..605ee69 100644 --- a/drawing/FileSystem.lua +++ b/drawing/FileSystem.lua @@ -28,7 +28,7 @@ local labels = _G_Widget_.TextColumn{ spacing = _SPACING_, 'root', 'boot', - 'var', + 'vcache', 'home', 'data', 'dcache',