screenshot-window-sizer: Fix imports
Since we replaced Tweener with Clutter animations, we must import the latter and don't need the former. https://gitlab.gnome.org/GNOME/gnome-shell-extensions/merge_requests/88
This commit is contained in:
@@ -19,11 +19,10 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
const { Meta, Shell, St } = imports.gi;
|
||||
const { Clutter, Meta, Shell, St } = imports.gi;
|
||||
|
||||
const ExtensionUtils = imports.misc.extensionUtils;
|
||||
const Main = imports.ui.main;
|
||||
const Tweener = imports.ui.tweener;
|
||||
|
||||
const MESSAGE_FADE_TIME = 2000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user