Add legacy warning

This commit is contained in:
Romain Vigier
2022-02-18 13:23:45 +01:00
parent 8308acb12d
commit 08b8bebdbd
+15
View File
@@ -8,6 +8,21 @@ SPDX-License-Identifier: GPL-3.0-or-later
<property name="name">themes</property>
<property name="title" translatable="yes">Themes</property>
<property name="icon-name">nightthemeswitcher-themes-symbolic</property>
<child>
<object class="AdwPreferencesGroup">
<child>
<object class="GtkLabel">
<property name="label" translatable="yes">GNOME has a built-in dark mode that the extension uses. Manually switching themes is discouraged and is only here for legacy reasons.</property>
<property name="wrap">True</property>
<property name="xalign">0</property>
<style>
<class name="heading"/>
<class name="error"/>
</style>
</object>
</child>
</object>
</child>
<child>
<object class="AdwPreferencesGroup">
<property name="title" translatable="yes">GTK theme</property>