From d743c98a6a74b344cea0fb4c21271523cc1a64eb Mon Sep 17 00:00:00 2001 From: Jas Singh Date: Sun, 4 Aug 2024 13:54:39 -0700 Subject: [PATCH] Fix gdkpixbuf import. (#78) --- modules/menus/dashboard/profile/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/menus/dashboard/profile/index.ts b/modules/menus/dashboard/profile/index.ts index 3627a72..4e09dcf 100644 --- a/modules/menus/dashboard/profile/index.ts +++ b/modules/menus/dashboard/profile/index.ts @@ -1,7 +1,7 @@ import icons from "../../../icons/index.js"; import powermenu from "../../power/helpers/actions.js"; import { PowerOptions } from "lib/types/options.js"; -import GdkPixbuf from "types/@girs/gdkpixbuf-2.0/gdkpixbuf-2.0.js"; +import GdkPixbuf from "gi://GdkPixbuf"; import options from "options"; const { image, name } = options.menus.dashboard.powermenu.avatar;