Skip to content

Commit

Permalink
Set battery send-statistics and clipboard receive-content on by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtyomZorin committed Jul 29, 2022
1 parent a5bc7ef commit 939a458
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/org.gnome.Shell.Extensions.ZorinConnect.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@

<schema id="org.gnome.Shell.Extensions.ZorinConnect.Plugin.Battery">
<key name="send-statistics" type="b">
<default>false</default>
<default>true</default>
</key>
<key name="low-battery-notification" type="b">
<default>true</default>
Expand All @@ -87,7 +87,7 @@
</schema>
<schema id="org.gnome.Shell.Extensions.ZorinConnect.Plugin.Clipboard">
<key name="receive-content" type="b">
<default>false</default>
<default>true</default>
</key>
<key name="send-content" type="b">
<default>false</default>
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
gnome-shell-extension-zorin-connect (53.1) focal; urgency=medium

* Set battery send-statistics and clipboard receive-content on by
default

-- Artyom Zorin <[email protected]> Fri, 29 Jul 2022 23:38:11 +0100

gnome-shell-extension-zorin-connect (53) focal; urgency=medium

* RunCommand Plugin fix menu item replacement
Expand Down

0 comments on commit 939a458

Please sign in to comment.