davidmhewitt / torrential

A simple torrent client for elementary OS
GNU General Public License v2.0
144 stars 30 forks source link

MainWindow: add_files takes SList<File> #183

Closed danirabbit closed 1 year ago

danirabbit commented 1 year ago

More Gtk4 prep. get_uris () is no longer in FileChooserNative so switch to get_files ().

Is there a better way to create an SList from an array? That seems so silly