Added note about sponsorship and provenance

This commit is contained in:
Artyom Zorin
2025-03-21 16:17:19 +00:00
parent 51f96514f1
commit 8c3d8a542b
3 changed files with 87 additions and 0 deletions

48
img/zorin-os.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -3641,6 +3641,10 @@ const Preferences = class {
}, },
) )
}) })
this._builder
.get_object('zorin_os_logo')
.set_filename(`${this._path}/img/zorin-os.svg`)
} }
_setPreviewTitlePosition() { _setPreviewTitlePosition() {

View File

@@ -82,5 +82,40 @@ See the <a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.html">G
</child> </child>
</object> </object>
</child> </child>
<child>
<object class="AdwPreferencesGroup" id="about_group_sponsor">
<child>
<object class="GtkBox">
<property name="halign">center</property>
<property name="valign">center</property>
<property name="orientation">vertical</property>
<property name="margin-top">64</property>
<child>
<object class="GtkLabel">
<property name="justify">center</property>
<property name="label" translatable="yes">Sponsored and originally developed by</property>
<property name="wrap">True</property>
</object>
</child>
<child>
<object class="GtkLinkButton">
<property name="child">
<object class="GtkBox">
<property name="halign">center</property>
<property name="valign">center</property>
<child>
<object class="GtkPicture" id="zorin_os_logo">
<property name="can-shrink">False</property>
</object>
</child>
</object>
</property>
<property name="uri">https://zorin.com/os/</property>
</object>
</child>
</object>
</child>
</object>
</child>
</object> </object>
</interface> </interface>