We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ebec83 commit ee90696Copy full SHA for ee90696
extension.js
@@ -6,7 +6,8 @@ const Gio = imports.gi.Gio;
6
const ExtensionUtils = imports.misc.extensionUtils;
7
const Me = ExtensionUtils.getCurrentExtension();
8
9
-let output, box, settings, gschema, stopped;
+let output, box, gschema, stopped;
10
+var settings;
11
12
function init() {
13
//nothing todo here
0 commit comments