WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 20ecec7

Browse files
committed
js: Fix missing import
Missed in previous commit.
1 parent 473e7f0 commit 20ecec7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

files/usr/share/cinnamon/applets/[email protected]/appGroup.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ const Cinnamon = imports.gi.Cinnamon;
22
const Meta = imports.gi.Meta;
33
const Clutter = imports.gi.Clutter;
44
const GLib = imports.gi.GLib;
5+
const Gtk = imports.gi.Gtk;
56
const St = imports.gi.St;
67
const Main = imports.ui.main;
78
const DND = imports.ui.dnd;

0 commit comments

Comments
 (0)