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