mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-04-05 07:32:47 +02:00
Какие-то фиксы какой-то хуйни
This commit is contained in:
@@ -2391,16 +2391,14 @@ local function filesystemChooserEventHandler(mainContainer, object, eventData)
|
||||
|
||||
filesystemDialog.onCancel = function()
|
||||
object.pressed = false
|
||||
|
||||
mainContainer:drawOnScreen()
|
||||
end
|
||||
|
||||
filesystemDialog.onSubmit = function(path)
|
||||
object.path = path
|
||||
filesystemDialog.onCancel()
|
||||
|
||||
if object.onSubmit then
|
||||
object.onSubmit( object.path)
|
||||
object.onSubmit(object.path)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user