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

@@ -92,6 +92,10 @@ function create_tab(result)
return tab
end
function on_settings()
settings:show_dialog()
end
-- utils --
function get_formatted_change_text(change)