mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
userWidget: Add back missing import
This was accidentally dropped in commit a1534dab02.
This commit is contained in:
parent
7dd326f090
commit
a111bfb90a
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
//
|
||||
// A widget showing the user avatar and name
|
||||
|
||||
const { Clutter, GLib, GObject, St } = imports.gi;
|
||||
const { Clutter, Gio, GLib, GObject, St } = imports.gi;
|
||||
|
||||
const Params = imports.misc.params;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue