schema: Enable extension version validation by default
Previously this was disabled to avoid requiring extensions to manually update on each release. For 40 this behavior will likely be too unstable for most users. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1706>
This commit is contained in:
parent
fcb70ff654
commit
9a50240bbc
@ -41,7 +41,7 @@
|
||||
</description>
|
||||
</key>
|
||||
<key name="disable-extension-version-validation" type="b">
|
||||
<default>true</default>
|
||||
<default>false</default>
|
||||
<summary>Disables the validation of extension version compatibility</summary>
|
||||
<description>
|
||||
GNOME Shell will only load extensions that claim to support the current
|
||||
|
Loading…
Reference in New Issue
Block a user