From 9b46e30cafd2c66059bff8f2b208e5c6750e4cf2 Mon Sep 17 00:00:00 2001 From: GhzGarage <57848836+GhzGarage@users.noreply.github.com> Date: Mon, 5 Apr 2021 19:28:45 -0500 Subject: [PATCH] added dependency --- qb-core/fxmanifest.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qb-core/fxmanifest.lua b/qb-core/fxmanifest.lua index c52d4db..459038f 100644 --- a/qb-core/fxmanifest.lua +++ b/qb-core/fxmanifest.lua @@ -33,4 +33,8 @@ files { 'html/ui.html', 'html/css/main.css', 'html/js/app.js' +} + +dependencies { + 'progressbar' } \ No newline at end of file