mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-09-12 19:51:02 +05:00
Eblo
This commit is contained in:
parent
be7b0add51
commit
e845fb1383
@ -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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user