From fdb4425ed9adf7460ace11b862d99352299a8faf Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 24 Mar 2024 21:26:08 +0700 Subject: [PATCH] fix Utils not defined #351 --- .config/ags/variables.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/ags/variables.js b/.config/ags/variables.js index b743fe752..c47a2d78b 100644 --- a/.config/ags/variables.js +++ b/.config/ags/variables.js @@ -1,6 +1,7 @@ const { Gtk } = imports.gi; import Variable from 'resource:///com/github/Aylur/ags/variable.js'; import Mpris from 'resource:///com/github/Aylur/ags/service/mpris.js'; +import * as Utils from 'resource:///com/github/Aylur/ags/utils.js'; const { exec, execAsync } = Utils; Gtk.IconTheme.get_default().append_search_path(`${App.configDir}/assets/icons`);