mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-27 00:04:42 -04:00
Added missing autosave translations in Preferences
This commit is contained in:
parent
61fab1a7de
commit
6e2400e8fe
3 changed files with 141 additions and 130 deletions
|
@ -224,6 +224,8 @@ func _on_PreferencesDialog_about_to_show(changed_language := false) -> void:
|
|||
else:
|
||||
general_button.select(0)
|
||||
|
||||
general.get_node("AutosaveInterval/AutosaveInterval").suffix = tr("minute(s)")
|
||||
|
||||
|
||||
func _on_PreferencesDialog_popup_hide() -> void:
|
||||
tree.clear()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue