diff options
| author | dam <dam@gudinoff> | 2022-01-04 22:34:48 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-01-04 22:34:48 +0000 |
| commit | 06b2f34ba64726028f494060376044531d763668 (patch) | |
| tree | 414d171e5b73c916eadfdd753a1c1b1eac38713e /main.gd | |
| parent | 73f2cf39d5514fab4ee994f303e250ce2b27307c (diff) | |
| download | surgery-log-06b2f34ba64726028f494060376044531d763668.tar.zst surgery-log-06b2f34ba64726028f494060376044531d763668.zip | |
Implement clear and export data actions.
Merge and reuse modal dialogs.
Diffstat (limited to 'main.gd')
| -rw-r--r-- | main.gd | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -4,10 +4,8 @@ var timeout: float onready var controls_sensible_to_keyboard: Array = [ self, - get_node("/root/main/about"), - get_node("/root/main/delete_filters"), - get_node("/root/main/import_filters"), - get_node("/root/main/export_filters"), + get_node("/root/main/file_picker"), + get_node("/root/main/confirm_action"), ] |
