[feat] implement new way to set download folder
This commit is contained in:
@@ -21,11 +21,11 @@
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkEntry" id="settings_download_directory">
|
||||
<object class="GtkFileChooserButton" id="settings_download_directory">
|
||||
<property name="visible">True</property>
|
||||
<property name="sensitive">True</property>
|
||||
<property name="text">~/Downloads</property>
|
||||
<property name="width_chars">25</property>
|
||||
<property name="action">select-folder</property>
|
||||
<property name="title" translatable="yes">Choose download dir</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">0</property>
|
||||
@@ -34,20 +34,6 @@
|
||||
<property name="height">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkButton">
|
||||
<property name="visible">True</property>
|
||||
<property name="sensitive">false</property>
|
||||
<property name="label">Browse...</property>
|
||||
<property name="margin_start">12</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
<property name="top_attach">1</property>
|
||||
<property name="width">1</property>
|
||||
<property name="height">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel">
|
||||
<property name="visible">False</property>
|
||||
|
||||
Reference in New Issue
Block a user