Skip to content

Fixed save_file_dialog function closure in saving_files.rst

I just Fixed this error on save_file_dialog function in vala code which was cause by missing =>:

error: syntax error, expected `='
  105 |                 if (response == Gtk.ResponseType.ACCEPT) {
      |    

Merge request reports