From f7f729418ebec0ea91d9e283b38a56dfbda04f78 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Mon, 11 Aug 2025 14:49:06 -0300 Subject: [PATCH] :boom: fix(resources): wrong path for main and apps-window stylesheets --- resources.gresource.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources.gresource.xml b/resources.gresource.xml index 21a466c..2a8b012 100644 --- a/resources.gresource.xml +++ b/resources.gresource.xml @@ -2,8 +2,8 @@ - styles/style.scss - style/_apps-window.scss + styles/main.scss + styles/_apps-window.scss styles/_bar.scss styles/_center-window.scss styles/_control-center.scss