Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 0c98841

Browse files
authored
Update about screen to add information about specific branch from where Kiwi was derived from
1 parent 90a76f5 commit 0c98841

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

components/version_ui/resources/about_version.html

+8-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
<table id="inner" cellpadding="0" cellspacing="0" border="0">
4747
<tr><td class="label">$i18n{application_label}</td>
4848
<td class="version" id="version">
49-
<span>$i18n{version}</span>
50-
(<span>$i18n{official}</span>)
49+
<span>source branch is Chromium 77.0 + Kiwi backported fixes, will show $i18n{version} to websites for compatibility reasons</span>
50+
<!-- (<span>$i18n{official}</span>) -->
5151
<span>$i18n{version_modifier}</span>
5252
<span>$i18n{version_bitsize}</span>
5353
<if expr="is_win">
@@ -61,6 +61,12 @@
6161
<span>$i18n{cl}</span>
6262
</td>
6363
</tr>
64+
<tr>
65+
<td class="label">Source-code</td>
66+
<td class="version">
67+
<span><a href="https://github.com/kiwibrowser/src" target="_blank">https://github.com/kiwibrowser/src</a></span>
68+
</td>
69+
</tr>
6470
<if expr="not chromeos">
6571
<tr>
6672
<td class="label">$i18n{os_name}</td>

0 commit comments

Comments
 (0)