mirror of
https://github.com/Nokorpo/LibreAim.git
synced 2025-06-10 18:10:50 +09:00
Fix labels dont update on crosshair import
This commit is contained in:
parent
82fe679bb6
commit
25ebeb8e28
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ func _on_import_file_dialog_file_selected(path):
|
|||
DataManager.load_all_data(path)
|
||||
DataManager.save_all_data()
|
||||
emit_signal("refresh_crosshair")
|
||||
load_saved()
|
||||
|
||||
func _on_dot_change_value(value):
|
||||
change_value("dot_size", float(value))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue