mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue