From e845fb13832f78ca9208578f43df15edce6be402 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Fri, 25 Jan 2019 17:47:15 +0300 Subject: [PATCH] Eblo --- Installer/Main.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Installer/Main.lua b/Installer/Main.lua index c6086292..403452b4 100644 --- a/Installer/Main.lua +++ b/Installer/Main.lua @@ -503,8 +503,11 @@ addStage(function() addTitle(0x969696, localization.creating) workspace:draw() - -- Switching to selected filesystem proxy for performing system library operations - + -- Renaming if possible + if not selectedFilesystemProxy.getLabel() then + selectedFilesystemProxy.setLabel("MineOS HDD") + end + -- Creating system paths filesystem.setProxy(selectedFilesystemProxy)