mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-24 13:02:49 +01:00
хах
This commit is contained in:
parent
99e411f165
commit
0576927015
BIN
MineOS/.DS_Store
vendored
BIN
MineOS/.DS_Store
vendored
Binary file not shown.
@ -115,7 +115,7 @@ local function waitForAlt(t,dr)
|
||||
local a=menu("Drive \""..dr[d].address.."\"",{"Set as bootable", "Format", "Back"})
|
||||
if a==1 then
|
||||
l();bt(dr[d]);return
|
||||
elseif a==2 and not not dr[d].isReadOnly() then
|
||||
elseif a==2 and not dr[d].isReadOnly() then
|
||||
for _,file in pairs(dr[d].list("/")) do dr[d].remove("/"..file) end;cm.shutdown(true)
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user