[Options] Restore autosquashing title and tooltip
This commit is contained in:
parent
91826a5b70
commit
8480796adb
1 changed files with 2 additions and 0 deletions
|
@ -125,6 +125,8 @@ local function initialize_generic_widget_data(mod, data, localize)
|
|||
validate_generic_widget_data(mod, new_data)
|
||||
localize_generic_widget_data(mod, new_data)
|
||||
|
||||
new_data.tooltip = new_data.tooltip and (new_data.title .. "\n" .. new_data.tooltip)
|
||||
|
||||
return new_data
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue