fix Utils not defined #351

This commit is contained in:
end-4
2024-03-24 21:26:08 +07:00
parent 3d4e0758de
commit bf2920a76d
+1
View File
@@ -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`);