mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-19 06:46:04 +01:00
fix lation_ui progressbars returning true when cancelled
This commit is contained in:
@@ -160,7 +160,7 @@ function progressBar(data)
|
|||||||
}) then
|
}) then
|
||||||
result = true
|
result = true
|
||||||
else
|
else
|
||||||
result = true
|
result = false
|
||||||
end
|
end
|
||||||
|
|
||||||
elseif Config.System.ProgressBar == "red" then
|
elseif Config.System.ProgressBar == "red" then
|
||||||
|
|||||||
Reference in New Issue
Block a user