Correct gsconnect wildcard

This commit is contained in:
Sage Vaillancourt 2024-02-19 01:27:06 -05:00
parent 1b437e6671
commit 87d11d8f27
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ function dconf-dump {
ignore_section=false ignore_section=false
fi fi
case "$current_section" in case "$current_section" in
"[org/gnome/desktop/background]" | "[org/gnome/shell/extensions/gsconnect*") "[org/gnome/desktop/background]" | "[org/gnome/shell/extensions/gsconnect"*)
ignore_section=true ignore_section=true
;; ;;
"[org/gnome/desktop/interface]") "[org/gnome/desktop/interface]")