use native dialogs

This commit is contained in:
2023-04-26 01:10:17 +02:00
parent 8888572829
commit 467cec1c30
29 changed files with 355 additions and 11 deletions

View File

@ -63,6 +63,8 @@ var current_timesheet_file_path: String = "" setget set_current_timesheet_file_p
func set_current_timesheet_file_path(value: String) -> void:
if current_timesheet_file_path == value:
return
timesheet = _load_timesheet(value)
if timesheet == null:
return