[feat] download dir can be set by the user and use gsettings for storing the download directory [fix] use inside flatpak the ~/Downloads directory to save files

This commit is contained in:
Julian Sparber
2017-10-07 15:15:56 +02:00
parent c25d688b81
commit 579ed0c826
6 changed files with 46 additions and 34 deletions

View File

@@ -20,4 +20,6 @@ void update_remote_device_list (TeleportWindow *,
void update_remote_device_list_remove (TeleportWindow *,
Peer *);
gchar * teleport_get_download_directory (void);
#endif /* __TELEPORT_WINDOW_H */