allow users to lock and sticky threads

This commit is contained in:
2025-05-25 06:07:42 +03:00
parent 95e4384f22
commit 5e7dec08b9
3 changed files with 55 additions and 7 deletions

View File

@ -137,12 +137,7 @@ function util.bton(b)
end
function util.stob(s)
if s == "true" then
return true
end
if s == "false" then
return false
end
return s == "true"
end
function util.form_bool_to_sqlite(s)