diff options
| author | Mike Skec <skec@protonmail.ch> | 2021-02-18 21:07:33 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2021-02-18 11:23:23 +0100 |
| commit | fd233bc12f40039c404d1e8669c2f6a884178758 (patch) | |
| tree | ffb238bc6c853e2b12bd2ed13dac4539b43ba337 /src/dialogs | |
| parent | 42813aa9ef1b6ada776cf0938ba02dad48a17422 (diff) | |
| download | kristall-fd233bc12f40039c404d1e8669c2f6a884178758.tar.gz | |
Update help.gemini
Also add icons to root/parent navigation menu options, and move the preferences for them in the settings dialog
Diffstat (limited to 'src/dialogs')
| -rw-r--r-- | src/dialogs/settingsdialog.ui | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/dialogs/settingsdialog.ui b/src/dialogs/settingsdialog.ui index c5e65ba..ace370d 100644 --- a/src/dialogs/settingsdialog.ui +++ b/src/dialogs/settingsdialog.ui @@ -433,23 +433,23 @@ </widget> </item> <item> - <widget class="QCheckBox" name="enable_root_btn"> + <widget class="QCheckBox" name="enable_newtab_btn"> <property name="text"> - <string>Root (/)</string> + <string>New tab</string> </property> </widget> </item> <item> - <widget class="QCheckBox" name="enable_parent_btn"> + <widget class="QCheckBox" name="enable_root_btn"> <property name="text"> - <string>Parent (..)</string> + <string>Root (/)</string> </property> </widget> </item> <item> - <widget class="QCheckBox" name="enable_newtab_btn"> + <widget class="QCheckBox" name="enable_parent_btn"> <property name="text"> - <string>New tab</string> + <string>Parent (..)</string> </property> </widget> </item> |
