diff options
| author | Mike Skec <skec@protonmail.ch> | 2020-12-29 18:42:59 +1100 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2020-12-29 10:22:59 +0100 |
| commit | 03ccdf38e083b42a9c7d7887e43c48ed46155396 (patch) | |
| tree | c3440d3f9212c40c070be6fa2fb45dff8c97223c /src/browsertab.ui | |
| parent | 2ccc644f98019885562c9c5f46d27be39595ff06 (diff) | |
| download | kristall-03ccdf38e083b42a9c7d7887e43c48ed46155396.tar.gz | |
Add optional 'home' button to browser toolbar.
Can be disable in settings
Diffstat (limited to 'src/browsertab.ui')
| -rw-r--r-- | src/browsertab.ui | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/browsertab.ui b/src/browsertab.ui index 61b866c..faa2666 100644 --- a/src/browsertab.ui +++ b/src/browsertab.ui @@ -96,6 +96,22 @@ </widget> </item> <item> + <widget class="QToolButton" name="home_button"> + <property name="enabled"> + <bool>true</bool> + </property> + <property name="toolTip"> + <string>Kristall Home Page</string> + </property> + <property name="text"> + <string>Home</string> + </property> + <property name="icon"> + <iconset theme="go-home"/> + </property> + </widget> + </item> + <item> <widget class="SearchBar" name="url_bar"> <property name="placeholderText"> <string>gemini://</string> |
