[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

@@ -23,8 +23,9 @@
<child>
<object class="GtkEntry" id="settings_download_directory">
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="sensitive">True</property>
<property name="text">~/Downloads</property>
<property name="width_chars">25</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -36,7 +37,7 @@
<child>
<object class="GtkButton">
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="sensitive">false</property>
<property name="label">Browse...</property>
<property name="margin_start">12</property>
</object>