Add on_settings to scripts without it

This commit is contained in:
Evgeny
2024-05-16 15:27:31 +04:00
parent 7d6b925802
commit 9ab0ab3934
8 changed files with 34 additions and 2 deletions

View File

@@ -31,3 +31,8 @@ function init_progressbar()
percent = math.floor((current_time - start_period) / ((end_period - start_period) / 100))
ui:show_progress_bar(name_period..": "..percent.."%", current_time - start_period, end_period - start_period, "#7069f0ae")
end
function on_settings()
settings:show_dialog()
end