Snippets

Arturo Linares Gnome Clipboard Extension - More Entries

Created by Arturo Linares last modified
diff --git a/metadata.json b/metadata.json
index 9005be8..9eaf213 100644
--- a/metadata.json
+++ b/metadata.json
@@ -10,7 +10,7 @@
         "3.24",
         "3.26"
     ],
-    "uuid": "clipboard-indicator@tudmotu.com",
+    "uuid": "clipboard-indicator@local",
     "name": "Clipboard Indicator",
     "description": "Clipboard Manager extension for Gnome-Shell - Adds a clipboard indicator to the top panel, and caches clipboard history.",
     "url": "https://github.com/Tudmotu/gnome-shell-extension-clipboard-indicator"
diff --git a/prefs.js b/prefs.js
index c2ecf47..573586e 100644
--- a/prefs.js
+++ b/prefs.js
@@ -61,7 +61,7 @@ const App = new Lang.Class({
         this.field_size = new Gtk.SpinButton({
             adjustment: new Gtk.Adjustment({
                 lower: 1,
-                upper: 50,
+                upper: 200,
                 step_increment: 1
             })
         });
diff --git a/schemas/gschemas.compiled b/schemas/gschemas.compiled
index 6df2bf9..74c060a 100644
Binary files a/schemas/gschemas.compiled and b/schemas/gschemas.compiled differ

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.