aboutsummaryrefslogtreecommitdiff
path: root/src/dialogs/settingsdialog.ui
diff options
context:
space:
mode:
authorMike Skec <skec@protonmail.ch>2021-02-18 20:24:11 +1100
committerFelix Queißner <felix@ib-queissner.de>2021-02-18 11:23:23 +0100
commit42813aa9ef1b6ada776cf0938ba02dad48a17422 (patch)
tree71b65bc669b693cde7ba2b1be5ab1b7f14bcc283 /src/dialogs/settingsdialog.ui
parent415a5bd7b8288316b52338f359f5cd1280eff0bd (diff)
downloadkristall-42813aa9ef1b6ada776cf0938ba02dad48a17422.tar.gz
Add optional root/parent toolbar buttons
Diffstat (limited to 'src/dialogs/settingsdialog.ui')
-rw-r--r--src/dialogs/settingsdialog.ui16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/dialogs/settingsdialog.ui b/src/dialogs/settingsdialog.ui
index c32489c..c5e65ba 100644
--- a/src/dialogs/settingsdialog.ui
+++ b/src/dialogs/settingsdialog.ui
@@ -433,6 +433,20 @@
</widget>
</item>
<item>
+ <widget class="QCheckBox" name="enable_root_btn">
+ <property name="text">
+ <string>Root (/)</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QCheckBox" name="enable_parent_btn">
+ <property name="text">
+ <string>Parent (..)</string>
+ </property>
+ </widget>
+ </item>
+ <item>
<widget class="QCheckBox" name="enable_newtab_btn">
<property name="text">
<string>New tab</string>
@@ -1436,6 +1450,8 @@
<tabstop>network_timeout</tabstop>
<tabstop>enable_home_btn</tabstop>
<tabstop>enable_newtab_btn</tabstop>
+ <tabstop>enable_root_btn</tabstop>
+ <tabstop>enable_parent_btn</tabstop>
<tabstop>cache_limit</tabstop>
<tabstop>cache_threshold</tabstop>
<tabstop>cache_life</tabstop>