Skip to content

Commit

Permalink
fix: enable paste on copy and play on copy by default
Browse files Browse the repository at this point in the history
  • Loading branch information
oae committed Sep 11, 2022
1 parent e66b0c0 commit 727ec3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/schemas/org.gnome.shell.extensions.pano.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<description>Stores clipboard history.</description>
</key>
<key name="paste-on-select" type="b">
<default>false</default>
<default>true</default>
<summary>Paste item on select</summary>
<description>Allow Pano to paste content on select.</description>
</key>
<key name="play-audio-on-copy" type="b">
<default>false</default>
<default>true</default>
<summary>Play audio on copy</summary>
<description>Plays an audio when copying a new content.</description>
</key>
Expand Down

0 comments on commit 727ec3c

Please sign in to comment.